public GetRankingPositionByDeviceIdQueryHandler(IWasteDataContext wasteDataContext) { _wasteDataContext = wasteDataContext; }
public AddDownloadTestCommandHandler(IWasteDataContext wasteDataContext, IHttpService httpService) { _wasteDataContext = wasteDataContext; _httpService = httpService; }