Example #1
0
 public Repositorio(BD_Context context)
 {
     _context = context;
     m_DbSet  = _context.Set <T>();
 }
 public PortaoRepositorio(BD_Context context)
 {
     _context = context;
 }
 public CameraRepositorio(BD_Context context)
 {
     _context = context;
 }
 public EventosDispositivoRepositorio(BD_Context context)
 {
     _context = context;
 }
Example #5
0
 public UnitOfWork()
 {
     _context = new BD_Context();
 }