zinab_elgendy 1 год назад
Родитель
Сommit
f3eaa3203c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MTWorkHR.Infrastructure/InfrastructureServiceRegistration.cs

+ 1 - 1
MTWorkHR.Infrastructure/InfrastructureServiceRegistration.cs

@@ -28,7 +28,7 @@ namespace MTWorkHR.Infrastructure
 
             services.AddScoped(typeof(IRepository<>), typeof(Repository<>));
             services.AddScoped(typeof(IRepositoryLog<>), typeof(RepositoryLog<>));
-            services.AddScoped(typeof(ICompanyRepository), typeof(CompanyRepository));
+            //services.AddScoped(typeof(ICompanyRepository), typeof(CompanyRepository));
             services.AddScoped(typeof(IPermissionRepository), typeof(PermissionRepository));
             services.AddScoped(typeof(IRolePermissionRepository<RolePermission>), typeof(RolePermissionRepository));
             services.AddScoped(typeof(IUserRoleRepository<IdentityUserRole<string>>), typeof(UserRoleRepository));