Exemple #1
0
 public IActionResult GetComments()
 {
     _log.LogInformation(CommentRepo.getConnectionString());
     return(Ok(CommentRepo.FindAll()));
 }