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();
        }