Example #1
0
 public static void AddCategory(string Name)
 {
     #region 添加图书分类
     CategorieServer.AddCategory(Name);
     #endregion
 }