public void Init()
 {
     StructureMapSetup.Config();
     Services.AutomapperSetup.Config();
     _recipeService = StructureMapSetup.Container.GetInstance <IRecipeService>();
 }
 public void Init()
 {
     StructureMapSetup.Config();
     Services.AutomapperSetup.Config();
     _ingredientService = StructureMapSetup.Container.GetInstance <IIngredientService>();
 }
 public void Init()
 {
     StructureMapSetup.Config();
     Services.AutomapperSetup.Config();
     _shoppingCartService = StructureMapSetup.Container.GetInstance <IShoppingCartService>();
 }