Beispiel #1
0
 public bool DeleteAll()
 {
     try
     {
         return(oProductoDAO.DeleteAll());
     }
     catch (Exception)
     {
         throw;
     }
 }