public QuotesRepository(GalleryAppContext context)
     : base(context)
 {
 }
Ejemplo n.º 2
0
 public ArtistRepository(GalleryAppContext context)
     : base(context)
 {
 }
 public ContactRepository(GalleryAppContext context)
     : base(context)
 {
 }
 public CategoryRepository(GalleryAppContext context)
     : base(context)
 {
 }