public EditModel(IFoodType iFoodType, IHtmlHelper htmlHelper) { this.iFoodType = iFoodType; this.htmlHelper = htmlHelper; }
public DetailModel(IFoodType iFoodType) { this.iFoodType = iFoodType; }
public ListModel(IConfiguration config, IRestraurantData restraurantData, IFoodType FoodData) { this.config = config; this.restraurantData = restraurantData; this.foodData = FoodData; }