C# Class Account.YearlyManagement.ViewModel.YearlyModel

Inheritance: Account.Entity.BaseEntiy
Show file Open project: KINGGUOKUN/Account Class Usage Examples

Public Methods

Method Description
ToYearly ( ) : Yearly
YearlyModel ( ) : Account.Entity
YearlyModel ( Yearly yearly ) : Account.Entity

Method Details

ToYearly() public method

public ToYearly ( ) : Yearly
return Yearly

YearlyModel() public method

public YearlyModel ( ) : Account.Entity
return Account.Entity

YearlyModel() public method

public YearlyModel ( Yearly yearly ) : Account.Entity
yearly Yearly
return Account.Entity