示例#1
0
 public async Task <ActionResult <EventResultCompletedDto> > GetById(string EventId)
 {
     return(await _eventAppService.GetEntityByIdAsync(EventId));
 }