C# Класс CarbonFitness.BusinessLogic.Implementation.NutrientRecommendationBusinessLogic

Наследование: INutrientRecommendationBusinessLogic
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
GetNutrientRecommendation ( NutrientEntity nutrientEntity ) : NutrientRecommendation
ImportNutrientRecommendations ( ) : void
NutrientRecommendationBusinessLogic ( INutrientBusinessLogic nutrientBusinessLogic, INutrientRecommendationRepository nutrientRecommendationRepository ) : CarbonFitness.BusinessLogic.RDI.Importers

Описание методов

GetNutrientRecommendation() публичный Метод

public GetNutrientRecommendation ( NutrientEntity nutrientEntity ) : NutrientRecommendation
nutrientEntity NutrientEntity
Результат CarbonFitness.Data.Model.NutrientRecommendation

ImportNutrientRecommendations() публичный Метод

public ImportNutrientRecommendations ( ) : void
Результат void

NutrientRecommendationBusinessLogic() публичный Метод

public NutrientRecommendationBusinessLogic ( INutrientBusinessLogic nutrientBusinessLogic, INutrientRecommendationRepository nutrientRecommendationRepository ) : CarbonFitness.BusinessLogic.RDI.Importers
nutrientBusinessLogic INutrientBusinessLogic
nutrientRecommendationRepository INutrientRecommendationRepository
Результат CarbonFitness.BusinessLogic.RDI.Importers