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

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

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