コード例 #1
0
 public Task Handle(CostCreated evnt)
 {
     return(_elasticSearchService.CreateCostSearchItem(evnt));
 }