Exemplo n.º 1
0
 /// <summary>
 /// 返回用户组名称
 /// </summary>
 public string GetTitle(int id)
 {
     return(dal.GetTitle(id));
 }