zinab_elgendy месяцев назад: 10
Родитель
Сommit
a6340aace0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      MTWorkHR.Core/IRepositories/User/ITeamRepository.cs

+ 1 - 1
MTWorkHR.Core/IRepositories/User/ITeamRepository.cs

@@ -11,7 +11,7 @@ namespace MTWorkHR.Core.IRepositories
     public interface ITeamRepository : IRepository<Team>
     {
         Task<Team> GetByIdWithAllChildren(long id);
-        Task<bool> AssignAdminManager(string userId, long teamId, bool isAdmin);
+       // Task<bool> AssignAdminManager(string userId, long teamId, bool isAdmin);
 
     }
 }