protected Repository(LatoratorioContext context)
 {
     Db    = context;
     DbSet = Db.Set <TEntity>();
 }
 public ProteticoRepository(LatoratorioContext context) : base(context)
 {
 }
 public UnitOfWork(LatoratorioContext context)
 {
     _context = context;
 }
 public LaboratorioRepository(LatoratorioContext context) : base(context)
 {
 }
 public ContatoRepository(LatoratorioContext context) : base(context)
 {
 }