예제 #1
0
 /// <summary>
 /// 得到一个对象实体
 /// </summary>
 public string GetDescription(string UserType)
 {
     return(dal.GetDescription(UserType));
 }