Exemplo n.º 1
0
 public UserRepository(VOTDbContext context) : base(context)
 {
 }
Exemplo n.º 2
0
 public CommentRepository(VOTDbContext dbContext) : base(dbContext)
 {
 }
Exemplo n.º 3
0
 public RepositoryBase(VOTDbContext context)
 {
     this.context = context;
 }
Exemplo n.º 4
0
 public VideoRepository(VOTDbContext context) : base(context)
 {
 }