示例#1
0
 public Task Handle(CostsUpdated evnt)
 {
     return(_elasticSearchService.UpdateCostSearchItems(evnt));
 }