Drinks: models and boilerplate

This commit is contained in:
2020-03-05 18:17:45 +01:00
parent 9735a0d5a0
commit da67b8eda2
11 changed files with 305 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ namespace EstusShots.Server
services.AddScoped<SeasonsService>();
services.AddScoped<EpisodesService>();
services.AddScoped<PlayersService>();
services.AddScoped<DrinksService>();
}
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.