Esempio n. 1
0
 public async void Delete(int id)
 {
     await _db.RemoveElement(id);
 }