示例#1
0
 public static UserLogin GetUserByLoginName(string loginName)
 {
     return(UserCRUD.GetUserByLoginName(loginName));
 }