public void Delete(int id)
 {
     _userRepository.Delete(id);
 }
Beispiel #2
0
 public void Delete(int id)
 {
     _projectRepository.Delete(id);
 }