We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2b289f commit 2e5f224Copy full SHA for 2e5f224
CS/WebDashboardAspNetCore/Controllers/DefaultDashboardController.cs
@@ -1,14 +1,11 @@
1
-using DevExpress.DashboardAspNetCore;
+using DevExpress.DashboardAspNetCore;
2
using DevExpress.DashboardWeb;
3
using Microsoft.AspNetCore.DataProtection;
4
5
-namespace WebDashboardAspNetCore.Controllers
6
-{
7
- public class DefaultDashboardController : DashboardController
8
- {
+namespace WebDashboardAspNetCore.Controllers {
+ public class DefaultDashboardController : DashboardController {
9
public DefaultDashboardController(DashboardConfigurator configurator, IDataProtectionProvider? dataProtectionProvider = null)
10
- : base(configurator, dataProtectionProvider)
11
+ : base(configurator, dataProtectionProvider) {
12
}
13
14
-}
+}
0 commit comments