Esempio n. 1
0
 public int DeleteCollaborator(int CollaboratorId)
 {
     return(_CollaboratorRepository.DeleteCollaborator(CollaboratorId));
 }