C# Class Account.BLL.MonthlyBLL

Show file Open project: KINGGUOKUN/Account

Public Methods

Method Description
GetMonthlys ( string start, string end ) : IEnumerable
GetMonthlys ( string start, string end, int pageIndex, int pageSize ) : dynamic

Method Details

GetMonthlys() public method

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

GetMonthlys() public method

public GetMonthlys ( string start, string end, int pageIndex, int pageSize ) : dynamic
start string
end string
pageIndex int
pageSize int
return dynamic