예제 #1
0
 /// <summary>
 /// 返回类别名称
 /// </summary>
 public string GetTitle(int id)
 {
     return(dal.GetTitle(id));
 }