Esempio n. 1
0
 public async Task Delete(string Id)
 {
     await _autorGenericoRepository.DeleteByID(Id);
 }