C# Class Account.DAL.YearlyDAL

Show file Open project: KINGGUOKUN/Account

Public Methods

Method Description
GetYearlys ( string start, string end ) : IEnumerable
GetYearlys ( string start, string end, int pageIndex, int pageSize, int &count ) : IEnumerable

Method Details

GetYearlys() public method

public GetYearlys ( string start, string end ) : IEnumerable
start string
end string
return IEnumerable

GetYearlys() public method

public GetYearlys ( string start, string end, int pageIndex, int pageSize, int &count ) : IEnumerable
start string
end string
pageIndex int
pageSize int
count int
return IEnumerable