refactor: remove IRepository and DbRepository
This commit is contained in:
@@ -26,9 +26,6 @@ public static class DependencyInjection
|
||||
options.Invoke(cfg);
|
||||
cfg.RegisterAllServices(services);
|
||||
|
||||
// register db repository
|
||||
services.AddSingleton<IRepository, DbRepository>();
|
||||
|
||||
return services;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user