Example #1
0
 public HomeController(IArtGalleryContext galleryContext)
 {
     _galleryContext = galleryContext;
 }
 public ProductsController(IArtGalleryContext artGalleryContext)
 {
     _artGalleryContext = artGalleryContext;
 }
 public OrdersController(IArtGalleryContext artGalleryContext)
 {
     _artGalleryContext = artGalleryContext;
 }