C# Class WebDemo.Models.Repository.AccountDb

Inheritance: RepositoryBase
Afficher le fichier Open project: mobile-devices/cloudconnect_dotnet_client

Méthodes publiques

Méthode Description
GetAccounts ( ) : List
RemovedCallback ( string k, object v, System r ) : void
Save ( AccountModel account ) : void

Method Details

GetAccounts() public méthode

public GetAccounts ( ) : List
Résultat List

RemovedCallback() public méthode

public RemovedCallback ( string k, object v, System r ) : void
k string
v object
r System
Résultat void

Save() public méthode

public Save ( AccountModel account ) : void
account AccountModel
Résultat void