Esempio n. 1
0
 public async Task DeleteRequestAsync(string id)
 {
     await _respository.DeleteRequestAsync(id);
 }