Ejemplo n.º 1
0
 public EfServiceDb()
 {
     context = new PjatkDB();
     context.Configuration.LazyLoadingEnabled = false;
 }