Пример #1
0
 public List <in_Ing_Egr_Inven_Info> get_list_orden_compra(int IdEmpresa, int IdSucursal, bool mostrar_anulados, int IdBodega, DateTime fecha_ini, DateTime fecha_fin)
 {
     try
     {
         return(odata.get_list_orden_compra(IdEmpresa, IdSucursal, mostrar_anulados, IdBodega, fecha_ini, fecha_fin));
     }
     catch (Exception)
     {
         throw;
     }
 }