Пример #1
0
 public GenericoRepositorio(ModeloContainer contexto)
 {
     Contexto  = contexto;
     ObjetoSet = Contexto.CreateObjectSet <T>();
 }