Exemplo n.º 1
0
        public static Unit_Master GetByUNIT_ID(int UNIT_ID)
        {
            Unit_Master obj = new Unit_Master();

            obj.MapData(new Unit_MasterDataService().UNITMASTER_GetByUNIT_ID(UNIT_ID));
            return(obj);
        }
Exemplo n.º 2
0
        public static Unit_Master GetByCode(string Code)
        {
            Unit_Master obj = new Unit_Master();

            obj.MapData(new Unit_MasterDataService().UNITMASTER_GetByCode(Code));
            return(obj);
        }
Exemplo n.º 3
0
        public static Unit_Master GetByCode(int User_Id)
        {
            Unit_Master obj = new Unit_Master();

            obj.MapData(new WalletRechargeDataService().WalletRechargeGetByUser_id(User_Id));
            return(obj);
        }