Esempio n. 1
0
 public async Task <bool> DeleteAsync(Supplier entity)
 {
     return(await _supplierDal.DeleteAsync(entity));
 }