示例#1
0
 /// <summary>
 /// 用户首字母
 /// </summary>
 /// <returns></returns>
 public DataTable GetInitials()
 {
     return(service.GetInitials());
 }