C# Class Account.DAL.YearlyDAL

Afficher le fichier Open project: KINGGUOKUN/Account

Méthodes publiques

Méthode Description
GetYearlys ( string start, string end ) : IEnumerable
GetYearlys ( string start, string end, int pageIndex, int pageSize, int &count ) : IEnumerable

Method Details

GetYearlys() public méthode

public GetYearlys ( string start, string end ) : IEnumerable
start string
end string
Résultat IEnumerable

GetYearlys() public méthode

public GetYearlys ( string start, string end, int pageIndex, int pageSize, int &count ) : IEnumerable
start string
end string
pageIndex int
pageSize int
count int
Résultat IEnumerable