Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.CreateUserAuth C# (CSharp) Method

CreateUserAuth() public method

public CreateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth
newUser ServiceStack.ServiceInterface.Auth.UserAuth
password string
return ServiceStack.ServiceInterface.Auth.UserAuth
        public UserAuth CreateUserAuth(UserAuth newUser, string password)
        {
            throw new NotSupportedException();
        }