Example #1
0
 public Repository(PortfolioGalleryDbContext context)
 {
     this.context = context;
 }
 public UserRepository(PortfolioGalleryDbContext context) : base(context)
 {
 }