Esempio n. 1
0
 public async Task DeleteProductAsync(int id)
 {
     await _dal.DeleteProductAsync(id);
 }