示例#1
0
文件: User.cs 项目: soueber/icthmw
 public string GetUserInfo(Model.User user, string fieid)
 {
     return(Daluser.GetUserInfo(user, fieid));
 }