Table of Contents

Interface ILoginService

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

认证接口

public interface ILoginService
Extension Methods

Properties

User

IUser User { get; }

Property Value

IUser

Methods

Login(string, string, out string)

bool Login(string name, string password, out string message)

Parameters

name string
password string
message string

Returns

bool

Logout(out string)

bool Logout(out string message)

Parameters

message string

Returns

bool