示例#1
0
 public Repositorio(ContextoEstagio contextoEstagio)
 {
     Db    = contextoEstagio;
     DbSet = Db.Set <TEntity>();
 }