Esempio n. 1
0
 public bool Delete(TbPrFamilia domain)
 {
     return(repository.Delete(domain));
 }
Esempio n. 2
0
 public Task <string> Delete(int id)
 {
     return(_repository.Delete(id));
 }