C# Class StarryEyes.Models.Databases.AccountProxy

Exibir arquivo Open project: karno/StarryEyes

Public Methods

Method Description
AddAccountAsync ( long id ) : System.Threading.Tasks.Task
GetAccountsAsync ( ) : Task>
RemoveAccountAsync ( long id ) : System.Threading.Tasks.Task
RemoveAllAccountsAsync ( ) : System.Threading.Tasks.Task

Method Details

AddAccountAsync() public static method

public static AddAccountAsync ( long id ) : System.Threading.Tasks.Task
id long
return System.Threading.Tasks.Task

GetAccountsAsync() public static method

public static GetAccountsAsync ( ) : Task>
return Task>

RemoveAccountAsync() public static method

public static RemoveAccountAsync ( long id ) : System.Threading.Tasks.Task
id long
return System.Threading.Tasks.Task

RemoveAllAccountsAsync() public static method

public static RemoveAllAccountsAsync ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task