示例#1
0
 public GetPlacesHandler(IMapper mapper, IQuerryExecutor queryExecutor)
 {
     this.mapper        = mapper;
     this.queryExecutor = queryExecutor;
 }
示例#2
0
 public GetItemByIdHandler(IMapper mapper, IQuerryExecutor queryExecutor)
 {
     this.mapper        = mapper;
     this.queryExecutor = queryExecutor;
 }