Exemplo n.º 1
0
 public EditModel(IFoodType iFoodType, IHtmlHelper htmlHelper)
 {
     this.iFoodType  = iFoodType;
     this.htmlHelper = htmlHelper;
 }
Exemplo n.º 2
0
 public DetailModel(IFoodType iFoodType)
 {
     this.iFoodType = iFoodType;
 }
Exemplo n.º 3
0
 public ListModel(IConfiguration config, IRestraurantData restraurantData, IFoodType FoodData)
 {
     this.config          = config;
     this.restraurantData = restraurantData;
     this.foodData        = FoodData;
 }