Example #1
0
 public List <VProductoLista> Listar()
 {
     try
     {
         return(iProducto.Listar());
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }
 public DataTable Listar()
 {
     return(MPro.Listar());
 }