Пример #1
0
 public AdminQueryController(
     GraphDbContext graphDbContext,
     SportsShopDBContext sportsShopDBService
     )
 {
     _graphContext        = graphDbContext;
     _sportsShopDBContext = sportsShopDBService;
 }
Пример #2
0
 public ClientController(GraphDbContext graphDbContext, SportsShopDBContext sportsShopDBService)
 {
     _graphContext        = graphDbContext;
     _sportsShopDBContext = sportsShopDBService;
 }