|
@@ -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);
|
|
|
|
|
|
}
|
|
|
}
|