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