public CartController()
 {
     this._RangamoRepository = new RangamoRepository(new ApplicationDbContext());
 }
Beispiel #2
0
 // GET: Products
 public ProductsController()
 {
     this._rangamoRepository = new RangamoRepository(new ApplicationDbContext());
 }
 public InventoryItemsController()
 {
     this._ranagamoRepository = new RangamoRepository(new ApplicationDbContext());
 }
Beispiel #4
0
 public CatalogueController()
 {
     this._RangamoRepository = new RangamoRepository(new RangamoContext());
 }
 public InventoryItemsController()
 {
     this._rangamoRepository = new RangamoRepository(new RangamoContext());
 }