예제 #1
0
 public Pet Get(int id)
 {
     return(repo.BuscarPorId(id));
 }