C# 클래스 Account.DAL.MonthlyDAL

파일 보기 프로젝트 열기: KINGGUOKUN/Account

공개 메소드들

메소드 설명
GetMonthlys ( string start, string end ) : IEnumerable
GetMonthlys ( string start, string end, int pageIndex, int pageSize, int &count ) : IEnumerable

메소드 상세

GetMonthlys() 공개 메소드

public GetMonthlys ( string start, string end ) : IEnumerable
start string
end string
리턴 IEnumerable

GetMonthlys() 공개 메소드

public GetMonthlys ( string start, string end, int pageIndex, int pageSize, int &count ) : IEnumerable
start string
end string
pageIndex int
pageSize int
count int
리턴 IEnumerable