C# Класс CarbonFitness.AppLogic.ComponentRegistrator

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

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

Метод Описание
AutofacRegisterComponentes ( ContainerBuilder builder, IBootStrapper bootStrapper ) : void
populateNutrientRecommendationImporter ( IComponentContext componentContext ) : void
populateRDICalculatorFactory ( IComponentContext container ) : void

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

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

public AutofacRegisterComponentes ( ContainerBuilder builder, IBootStrapper bootStrapper ) : void
builder Autofac.ContainerBuilder
bootStrapper IBootStrapper
Результат void

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

public populateNutrientRecommendationImporter ( IComponentContext componentContext ) : void
componentContext IComponentContext
Результат void

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

public populateRDICalculatorFactory ( IComponentContext container ) : void
container IComponentContext
Результат void