C# Class CarbonFitness.BusinessLogic.Implementation.GenderTypeBusinessLogic

Inheritance: IGenderTypeBusinessLogic
Show file Open project: yodiz/CarbonFitness Class Usage Examples

Public Methods

Method Description
ExportInitialValues ( ) : void
GenderTypeBusinessLogic ( IGenderTypeRepository genderTypeRepository ) : System
GetGenderType ( string genderName ) : GenderType
GetGenderTypes ( ) : IEnumerable

Method Details

ExportInitialValues() public method

public ExportInitialValues ( ) : void
return void

GenderTypeBusinessLogic() public method

public GenderTypeBusinessLogic ( IGenderTypeRepository genderTypeRepository ) : System
genderTypeRepository IGenderTypeRepository
return System

GetGenderType() public method

public GetGenderType ( string genderName ) : GenderType
genderName string
return CarbonFitness.Data.Model.GenderType

GetGenderTypes() public method

public GetGenderTypes ( ) : IEnumerable
return IEnumerable