Example #1
0
 public UnitOfWork(DesafioIOContext context)
 {
     _context = context;
 }
Example #2
0
 public AtorRepository(DesafioIOContext context) : base(context)
 {
 }
Example #3
0
 public Repository(DesafioIOContext context)
 {
     _db    = context;
     _dbSet = _db.Set <TEntity>();
 }
Example #4
0
 public GeneroRepository(DesafioIOContext context) : base(context)
 {
 }
Example #5
0
 public VotoRepository(DesafioIOContext context) : base(context)
 {
 }
Example #6
0
 public FilmeRepository(DesafioIOContext context) : base(context)
 {
 }