Beispiel #1
0
 /// <summary>
 /// 管理平台删除类型
 /// </summary>
 /// <param name="categoryid"></param>
 /// <returns></returns>
 public void DeleteCategoryType(string categoryid)
 {
     service.DeleteCategoryType(categoryid);
 }