Beispiel #1
0
 public ItemsService(FastContext context, IMapper mapper, ITpItemService tpItemService,
                     Gw2ApiClient gw2ApiClient, ISelectionContainerService selectionContainerService,
                     ICategoryService categoryService, ICurrencyService currencyService, IContainerService containerService)
 {
     _context                   = context;
     _mapper                    = mapper;
     _tpItemService             = tpItemService;
     _gw2ApiClient              = gw2ApiClient;
     _selectionContainerService = selectionContainerService;
     _categoryService           = categoryService;
     _currencyService           = currencyService;
     _containerService          = containerService;
 }
Beispiel #2
0
 public Gw2ApiRepository(Gw2ApiClient gw2ApiClient)
 {
     _gw2ApiClient = gw2ApiClient;
 }