excise entity framework from all remaining code
This commit is contained in:
parent
d6c3133d52
commit
ff92c5f335
62 changed files with 402 additions and 1339 deletions
|
|
@ -18,8 +18,7 @@ using Catalogger.Backend.Api.Middleware;
|
|||
using Catalogger.Backend.Cache;
|
||||
using Catalogger.Backend.Cache.InMemoryCache;
|
||||
using Catalogger.Backend.Database;
|
||||
using Catalogger.Backend.Database.Dapper;
|
||||
using Catalogger.Backend.Database.Dapper.Repositories;
|
||||
using Catalogger.Backend.Database.Repositories;
|
||||
using Catalogger.Backend.Services;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Remora.Discord.API;
|
||||
|
|
@ -32,7 +31,6 @@ namespace Catalogger.Backend.Api;
|
|||
[Route("/api/guilds/{id}")]
|
||||
public partial class GuildsController(
|
||||
ILogger logger,
|
||||
DatabaseContext db,
|
||||
DatabaseConnection dbConn,
|
||||
GuildRepository guildRepository,
|
||||
GuildCache guildCache,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue