コード例 #1
0
 public IList <Proveedor> ConsultarProveedores(string condiciones)
 {
     return(oProveedorDao.GetProveedores(condiciones));
 }