Example #1
0
 public List <Proveedor> List(string patron)
 {
     return(proveedorDAO.List(patron));
 }