Example #1
0
        public static FrontBannerMasterCollection FILE_ID(int FILE_ID)
        {
            FrontBannerMasterCollection obj = new FrontBannerMasterCollection();

            obj.MapObjects(new FrontBannerService().FrontBannerGetByFILE_ID(FILE_ID));
            return(obj);
        }
Example #2
0
        public static FrontBannerMasterCollection GetAll()
        {
            FrontBannerMasterCollection obj = new FrontBannerMasterCollection();

            obj.MapObjects(new FrontBannerService().FrontBannerGetAll());
            return(obj);
        }