Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.UpdateUserAuth C# (CSharp) Méthode

UpdateUserAuth() public méthode

public UpdateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth existingUser, ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth
existingUser ServiceStack.ServiceInterface.Auth.UserAuth
newUser ServiceStack.ServiceInterface.Auth.UserAuth
password string
Résultat ServiceStack.ServiceInterface.Auth.UserAuth
        public UserAuth UpdateUserAuth(UserAuth existingUser, UserAuth newUser, string password)
        {
            throw new NotSupportedException();
        }