C# Class Account.YearlyManagement.ServiceImplement.YearlyManager

Inheritance: IYearlyManager
Show file Open project: KINGGUOKUN/Account

Public Methods

Method Description
GetYearlys ( string start, string end ) : List
YearlyManager ( ) : System

Method Details

GetYearlys() public method

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

YearlyManager() public method

public YearlyManager ( ) : System
return System