示例#1
0
 public Category GetCategory(int id)
 {
     return(moderation.GetCategory(id));
 }