예제 #1
0
 public ShopServcie(IConfiguration configuration, ShopshubContext shopshubContext)
 {
     _configuration   = configuration;
     _shopshubContext = shopshubContext;
 }
예제 #2
0
 public InitialDataService(ILogger <InitialDataService> logger, ShopshubContext shopshubContext)
 {
     _logger          = logger;
     _shopshubContext = shopshubContext;
 }
예제 #3
0
 public MenuService(ShopshubContext shopshubContext)
 {
     _shopshubContext = shopshubContext;
 }