C# Class hMailServer.Repository.MySQL.FolderRepository

Inheritance: IFolderRepository
Afficher le fichier Open project: hmailserver/hmailserver-net

Méthodes publiques

Méthode Description
FolderRepository ( string connectionString ) : System
GetFolders ( long accountId ) : Task>
GetInbox ( long accountId ) : Task

Method Details

FolderRepository() public méthode

public FolderRepository ( string connectionString ) : System
connectionString string
Résultat System

GetFolders() public méthode

public GetFolders ( long accountId ) : Task>
accountId long
Résultat Task>

GetInbox() public méthode

public GetInbox ( long accountId ) : Task
accountId long
Résultat Task