public void ToggleAllStatus(int Id) { teamLeaderRepository.checkStatus(Id); }
public void SubmitAllStatus(int ProjectId) { teamLeaderRepository.checkStatus(ProjectId); }