C# Class Account.BLL.YearlyBLL

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 ) : dynamic

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 ) : dynamic
start string
end string
pageIndex int
pageSize int
return dynamic