コード例 #1
0
 public ActionResult Index()
 {
     var product = new ProductLogic();
      return View(product.getAll());
 }
コード例 #2
0
 public ActionResult Index()
 {
     var db = new ProductLogic();
      //    List<OnlineWebShop.MODEL.Vare> alleBestillinger = db.getAll();
      return View(db.getAll());
 }