Exemplo n.º 1
0
 public string DeleteRecord(int Id)
 {
     return(_emprepository.DeleteRecord(Id));
 }