Beispiel #1
0
 public Repositorio(CADContext contexto)
 {
     Context = contexto;
     Set     = Context.Set <TEntidade>();
 }
Beispiel #2
0
 public Repositorio()
 {
     Context = new CADContext();
     Set     = Context.Set <TEntidade>();
 }