ActivEarth.DataService.UserService.GetUser C# (CSharp) Méthode

GetUser() public méthode

public GetUser ( string userName, string password ) : User
userName string
password string
Résultat ActivEarth.Objects.Profile.User
        public User GetUser(string userName, string password)
        {
            return UserDAO.GetUserFromUserNameAndPassword(userName, password);
        }