Beispiel #1
0
 public List <Blog> GetAll()
 {
     _logger.LogInformation("BlogService.GetAll");
     return(_blogLogic.GetAll());
 }