Ejemplo n.º 1
0
 public GetRankingPositionByDeviceIdQueryHandler(IWasteDataContext wasteDataContext)
 {
     _wasteDataContext = wasteDataContext;
 }
 public AddDownloadTestCommandHandler(IWasteDataContext wasteDataContext, IHttpService httpService)
 {
     _wasteDataContext = wasteDataContext;
     _httpService      = httpService;
 }