예제 #1
0
 public List <in_Ing_Egr_Inven_Info> get_list_x_reversar(int IdEmpresa, int IdSucursal, int IdBodega, string IdSigno, DateTime fecha_ini, DateTime fecha_fin)
 {
     try
     {
         return(odata.get_list_x_reversar(IdEmpresa, IdSucursal, IdBodega, IdSigno, fecha_ini, fecha_fin));
     }
     catch (Exception)
     {
         throw;
     }
 }
 public List <in_Ing_Egr_Inven_Info> get_list_x_reversar(int IdEmpresa, int IdSucursal, int IdBodega)
 {
     try
     {
         return(odata.get_list_x_reversar(IdEmpresa, IdSucursal, IdBodega));
     }
     catch (Exception)
     {
         throw;
     }
 }