Example #1
0
 public Pizza Get(int id)
 {
     return(_repository.FindById(id));
 }