コード例 #1
0
        public static CategoryMasterCollection GetAll()
        {
            CategoryMasterCollection obj = new CategoryMasterCollection();

            obj.MapObjects(new CategoryMasterDataService().CategoryMaster_GetAll());
            return(obj);
        }
コード例 #2
0
        public static CategoryMasterCollection Getbycateid(int CATEGORY_ID)
        {
            CategoryMasterCollection obj = new CategoryMasterCollection();

            obj.MapObjects(new CategoryMasterDataService().CategoryMaster_GetByCATEGORY_ID(CATEGORY_ID));
            return(obj);
        }