Esempio n. 1
0
 public GetPlacesHandler(IMapper mapper, IQuerryExecutor queryExecutor)
 {
     this.mapper        = mapper;
     this.queryExecutor = queryExecutor;
 }
Esempio n. 2
0
 public GetItemByIdHandler(IMapper mapper, IQuerryExecutor queryExecutor)
 {
     this.mapper        = mapper;
     this.queryExecutor = queryExecutor;
 }