Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.CreateUserAuth C# (CSharp) Метод

CreateUserAuth() публичный Метод

public CreateUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth newUser, string password ) : ServiceStack.ServiceInterface.Auth.UserAuth
newUser ServiceStack.ServiceInterface.Auth.UserAuth
password string
Результат ServiceStack.ServiceInterface.Auth.UserAuth
        public UserAuth CreateUserAuth(UserAuth newUser, string password)
        {
            throw new NotSupportedException();
        }