File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 11using CanBeYours . Application . Services . DemoThings ;
2+ using CodeBlock . DevKit . Application . Extensions ;
23using Microsoft . Extensions . DependencyInjection ;
34
45namespace CanBeYours . Application ;
@@ -7,7 +8,7 @@ public static class Startup
78{
89 public static void AddApplicationModule ( this IServiceCollection services )
910 {
10- // services.RegisterHandlers(typeof(Startup));
11+ services . RegisterHandlers ( typeof ( Startup ) ) ;
1112
1213 services . AddScoped < IDemoThingService , DemoThingService > ( ) ;
1314 }
Original file line number Diff line number Diff line change 33using CanBeYours . Infrastructure . DbContext ;
44using CanBeYours . Infrastructure . Mapping ;
55using CanBeYours . Infrastructure . Repositories ;
6- using CodeBlock . DevKit . Infrastructure . Extensions ;
6+ using CodeBlock . DevKit . Application . Extensions ;
77using CodeBlock . DevKit . Infrastructure . Mapping ;
88using FluentValidation ;
99using Microsoft . Extensions . DependencyInjection ;
Original file line number Diff line number Diff line change 22@using CodeBlock .DevKit .Infrastructure .Services
33@using CodeBlock .DevKit .Web .Blazor .Server
44@using System .Reflection
5- @inject ModuleRegistry ModuleRegistry
5+ @inject IModuleRegistry ModuleRegistry
66@inherits AppBase
77<CascadingBlazoredModal HideCloseButton =" false" ContentScrollable =" true" DisableBackgroundCancel =" true" Animation =" @ModalAnimation.FadeIn(0.2)" >
88 <CascadingAuthenticationState >
Original file line number Diff line number Diff line change 11using CanBeYours . Infrastructure ;
2+ using CodeBlock . DevKit . Application . Extensions ;
23using CodeBlock . DevKit . Clients . AdminPanel ;
3- using CodeBlock . DevKit . Infrastructure . Extensions ;
44
55namespace CanBeYours . AdminPanel ;
66
Original file line number Diff line number Diff line change 11using CanBeYours . Infrastructure ;
2+ using CodeBlock . DevKit . Application . Extensions ;
23using CodeBlock . DevKit . Clients . Api ;
3- using CodeBlock . DevKit . Infrastructure . Extensions ;
44
55namespace CanBeYours . Api ;
66
Original file line number Diff line number Diff line change 33@using CodeBlock .DevKit .Web .Blazor .Server .Components
44@using System .Reflection
55@using CanBeYours .WebApp .Pages .Website .Shared
6- @inject ModuleRegistry ModuleRegistry
6+ @inject IModuleRegistry ModuleRegistry
77@inherits AppBase
88
99<CascadingBlazoredModal HideCloseButton =" false" ContentScrollable =" true" DisableBackgroundCancel =" true" Animation =" @ModalAnimation.FadeIn(0.2)" >
Original file line number Diff line number Diff line change 77 <link href =" css/cb.website.spa.@(LocalizationSettings.GetCurrentLanguageDirection().ToLower()).min.css" rel =" stylesheet" asp-append-version =" true" />
88</HeadContent >
99
10- <SplashScreen BrandName =" @ApplicationSettings.Localized.Name" BackgroundCssClass =" simple-layout-dark-bg" ProgressBarCssClass =" simple-layout-title-color" OnStarted =" HandleSplashStarted" LogoUrl =" @ApplicationSettings.Localized.LogoUrl " />
10+ <SplashScreen BrandName =" @ApplicationSettings.Localized.Name" BackgroundCssClass =" simple-layout-dark-bg" ProgressBarCssClass =" simple-layout-title-color" OnStarted =" HandleSplashStarted" LogoUrl =" /images/logs/logo.png " />
1111
1212@if (SplashScreenStarted )
1313{
Original file line number Diff line number Diff line change 11using CanBeYours . Infrastructure ;
2+ using CodeBlock . DevKit . Application . Extensions ;
23using CodeBlock . DevKit . Clients . WebApp ;
3- using CodeBlock . DevKit . Infrastructure . Extensions ;
44
55namespace CanBeYours . WebApp ;
66
You can’t perform that action at this time.
0 commit comments