Пример #1
0
 public async void ExcluirInternAsync(string id)
 {
     try
     {
         await internRepository.RemoveAsync(id);
     }
     catch (Exception)
     {
         throw;
     }
 }