File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 13
13
using Supermarket . Core . Models ;
14
14
using Supermarket . Core . Repositories ;
15
15
using Supermarket . Core . Repositories . Contracts ;
16
- using Supermarket . Domain . Services ;
17
- using Supermarket . Domain . Services . Contracts ;
18
16
using Supermarket . Swagger ;
19
17
using Swashbuckle . AspNetCore . Swagger ;
20
18
using System ;
@@ -61,11 +59,6 @@ public static void ConfigureRepositoryWrapper(this IServiceCollection services)
61
59
services . AddScoped < IRepositoryWrapper , RepositoryWrapper > ( ) ;
62
60
}
63
61
64
- public static void ConfigureServicesWrapper ( this IServiceCollection services )
65
- {
66
- services . AddScoped < IServiceWrapper , ServiceWrapper > ( ) ;
67
- }
68
-
69
62
public static void ConfigureAutoMapper ( this IServiceCollection services )
70
63
{
71
64
services . AddAutoMapper ( ) ;
You can’t perform that action at this time.
0 commit comments