예제 #1
0
		public CategoryOptionItem(Category cat){
			Category = cat;
			Type = OptionItemType.Category;
			Id = cat.Id;
		}
		public RequestCategoryPosts(Category cat, int page = 1, int count = 10) {
			Count = count;
			Page = page;
			Id = cat.Id;
		}