示例#1
0
 public async Task <IHttpActionResult> Post(SystemEventDto dto)
 {
     return(Ok(await _mongoService.CreateSystemEventAsync(dto)));
 }