[CHANGE] Reworked entities and contexts
This commit is contained in:
@@ -7,11 +7,6 @@ namespace Manager.App;
|
||||
|
||||
public static class DependencyInjection
|
||||
{
|
||||
public static WebApplicationBuilder InjectDependencies(this WebApplicationBuilder builder)
|
||||
{
|
||||
return builder;
|
||||
}
|
||||
|
||||
public static void SetupLogging(this WebApplicationBuilder builder)
|
||||
{
|
||||
var isDevelopment = builder.Environment.IsDevelopment();
|
||||
|
@@ -21,8 +21,13 @@
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Manager.Data\Manager.Data.csproj" />
|
||||
<ProjectReference Include="..\Manager.Shared\Manager.Shared.csproj" />
|
||||
<ProjectReference Include="..\Manager.YouTube\Manager.YouTube.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="Services\" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
@@ -10,6 +10,9 @@ builder.Services.AddRazorComponents()
|
||||
|
||||
builder.SetupLogging();
|
||||
|
||||
/* App setup */
|
||||
|
||||
|
||||
/* MudBlazor */
|
||||
builder.Services.AddMudServices();
|
||||
|
||||
|
Reference in New Issue
Block a user