示例#1
0
        public static GallarymasterCollection FILE_ID(int FILE_ID)
        {
            GallarymasterCollection obj = new GallarymasterCollection();

            obj.MapObjects(new GalleryDataService().GalleryGetById(FILE_ID));
            return(obj);
        }
示例#2
0
        public static GallarymasterCollection GetAll()
        {
            GallarymasterCollection obj = new GallarymasterCollection();

            obj.MapObjects(new GalleryDataService().GalleryGetAll());
            return(obj);
        }