コード例 #1
0
 public void Init()
 {
     StructureMapSetup.Config();
     Services.AutomapperSetup.Config();
     _recipeService = StructureMapSetup.Container.GetInstance <IRecipeService>();
 }
コード例 #2
0
 public void Init()
 {
     StructureMapSetup.Config();
     Services.AutomapperSetup.Config();
     _ingredientService = StructureMapSetup.Container.GetInstance <IIngredientService>();
 }
コード例 #3
0
 public void Init()
 {
     StructureMapSetup.Config();
     Services.AutomapperSetup.Config();
     _shoppingCartService = StructureMapSetup.Container.GetInstance <IShoppingCartService>();
 }