public List <in_transferencia_Info> get_list(int IdEmpresa, int IdSucursal, DateTime FechaInicio, DateTime FechaFin)
 {
     try
     {
         return(odata.get_list(IdEmpresa, IdSucursal, FechaInicio, FechaFin));
     }
     catch (Exception)
     {
         throw;
     }
 }
Example #2
0
 public List <in_transferencia_Info> get_list(int IdEmpresa)
 {
     try
     {
         return(odata.get_list(IdEmpresa));
     }
     catch (Exception)
     {
         throw;
     }
 }