Ejemplo n.º 1
0
        public static PickupMaster GetByPickupID(int PickupID)
        {
            PickupMaster obj = new PickupMaster();

            obj.MapData(new PickUpMasterDataSevice().PickUpMasterGetByPickupID(PickupID));
            return(obj);
        }
Ejemplo n.º 2
0
        public static PickupMaster GetByAction(string Action)
        {
            PickupMaster obj = new PickupMaster();

            obj.MapData(new PickUpMasterDataSevice().PickUpMasterGetByAction(Action));
            return(obj);
        }
Ejemplo n.º 3
0
        public static PickupMaster GetByStatus(string Status)
        {
            PickupMaster obj = new PickupMaster();

            obj.MapData(new PickUpMasterDataSevice().PickUpMasterGetByStatus(Status));
            return(obj);
        }
Ejemplo n.º 4
0
        public static PickupMaster GetByPASSWORD(string Password)
        {
            PickupMaster obj = new PickupMaster();

            obj.MapData(new PickUpMasterDataSevice().PickUpMasterGetByPASSWORD(Password));
            return(obj);
        }
Ejemplo n.º 5
0
        public static PickupMaster GetByCenterCode(string CenterCode)
        {
            PickupMaster obj = new PickupMaster();

            obj.MapData(new PickUpMasterDataSevice().PickUpMasterGetByCenterCode(CenterCode));
            return(obj);
        }
Ejemplo n.º 6
0
        public static PickupMaster GetByPickupName(string UserName)
        {
            PickupMaster obj = new PickupMaster();

            obj.MapData(new PickUpMasterDataSevice().PickUpMasterGetByPickupUserName(UserName));
            return(obj);
        }