Exemple #1
0
 public async Task <Response <LogModel> > GetLogById(string logId)
 {
     return(await _logService.GetLogByIdAsync(logId));
 }