Skip to content

Commit 2e5f224

Browse files
authored
Update DefaultDashboardController.cs
1 parent d2b289f commit 2e5f224

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
using DevExpress.DashboardAspNetCore;
1+
using DevExpress.DashboardAspNetCore;
22
using DevExpress.DashboardWeb;
33
using Microsoft.AspNetCore.DataProtection;
44

5-
namespace WebDashboardAspNetCore.Controllers
6-
{
7-
public class DefaultDashboardController : DashboardController
8-
{
5+
namespace WebDashboardAspNetCore.Controllers {
6+
public class DefaultDashboardController : DashboardController {
97
public DefaultDashboardController(DashboardConfigurator configurator, IDataProtectionProvider? dataProtectionProvider = null)
10-
: base(configurator, dataProtectionProvider)
11-
{
8+
: base(configurator, dataProtectionProvider) {
129
}
1310
}
14-
}
11+
}

0 commit comments

Comments
 (0)