Пример #1
0
 public void ChangeProjectStatus(int id, bool status)
 {
     _projectManagementRepository.ChangeProjectStatus(id, status);
 }