Beispiel #1
0
 public async Task <IActionResult> Create(LogDto logDto)
 {
     return(await _responseFactory.CreatePostResponseAsync(async() => await _logManager.CreateLog(logDto), this.GetRequestUri()));
 }