public AdminController() { context = new ShopContext(); CurrentGood = new BusinessGood(); if (BusinessGoods == null) { BusinessGoods = new List <BusinessGood>(); BusinessGood.Autofill(BusinessGoods); } }
public ClientController() { context = new ShopContext(); BusinessGoods = new List <BusinessGood>(); BusinessGood.Autofill(BusinessGoods); }