Exemplo n.º 1
0
 public bool RemoveContract(int contractId)
 {
     return(_contractorRepository.RemoveContract(contractId));
 }