Beispiel #1
0
 public bool ChangeEmployeeStatus(int id, bool status)
 {
     return(_manageRepository.ChangeEmployeeStatus(id, status));
 }