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