Exemple #1
0
 public MuseumsController(MvcPaintingContext context)
 {
     _context = context;
 }
 public PaintingsController(MvcPaintingContext context)
 {
     _context = context;
 }
 public ArtistsController(MvcPaintingContext context)
 {
     _context = context;
 }