Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.SaveUserAuth C# (CSharp) 메소드

SaveUserAuth() 공개 메소드

public SaveUserAuth ( IAuthSession authSession ) : void
authSession IAuthSession
리턴 void
        public void SaveUserAuth(IAuthSession authSession)
        {
            throw new NotSupportedException();
        }

Same methods

CustomUserAuthRepository::SaveUserAuth ( ServiceStack.ServiceInterface.Auth.UserAuth userAuth ) : void