Exemplo n.º 1
0
 public BaseRepository(WikiUrlDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
Exemplo n.º 2
0
 public UrlRepository(WikiUrlDbContext dbContext) : base(dbContext)
 {
     this.dbContext = dbContext;
 }