Пример #1
0
 public Repositorio(ContextoApp contexto)
 {
     this.Contexto = contexto;
     this.DbSet    = Contexto.Set <TEntidade>();
 }