예제 #1
0
 public IEnumerable <AnimalDto> Get()
 {
     return(_animalService.All());
 }