Пример #1
0
 public bool Delete(int id)
 {
     try
     {
         return(dados.Delete(id));
     }
     catch (Exception)
     {
         throw;
     }
 }