Example #1
0
 public PizzaItem GetById(int id)
 {
     return(db.Find(id));
 }