예제 #1
0
 public IEnumerable <Exam> Get()
 {
     _logger.LogInformation("This is a Get() function");
     return(_examRepository.All());
 }