Ejemplo n.º 1
0
 public HomeController(IArtGalleryContext galleryContext)
 {
     _galleryContext = galleryContext;
 }
Ejemplo n.º 2
0
 public ProductsController(IArtGalleryContext artGalleryContext)
 {
     _artGalleryContext = artGalleryContext;
 }
Ejemplo n.º 3
0
 public OrdersController(IArtGalleryContext artGalleryContext)
 {
     _artGalleryContext = artGalleryContext;
 }