public static List <ModelViewListODS> GetListODS(ModelViewUserVisits objCred)
 {
     return(new BusinessOrder().GetListODS(objCred));
 }
 public static EntitySAPReprogramacionODSResult GetReprogramingODS(ModelViewUserVisits objCred)
 {
     return(new BusinessOrder().GetReprograminODS(objCred));
 }
 public static List <ModelViewODSMovil> GetListOrden(ModelViewUserVisits objCred)
 {
     return(new BusinessOrder().GetListOrden(objCred));
 }