public Sandwich Get(int id) { // return "value"; return(db.GetById(id)); }
public Sandwich Get(int id) { return(db.GetById(id)); }