Ejemplo n.º 1
0
 protected LocatorBase(NetherpadEntities context)
 {
     this.Context = context;
 }
Ejemplo n.º 2
0
 public NetherpadDataManager(NetherpadEntities context)
 {
     this.context = context;
     this.DocumentLocator = new DocumentLocator(context);
 }
Ejemplo n.º 3
0
 public DocumentLocator(NetherpadEntities context)
     : base(context)
 {
 }
Ejemplo n.º 4
0
 public NetherpadDataManager(NetherpadEntities context)
 {
     this.context         = context;
     this.DocumentLocator = new DocumentLocator(context);
 }
Ejemplo n.º 5
0
 protected LocatorBase(NetherpadEntities context)
 {
     this.Context = context;
 }
Ejemplo n.º 6
0
 public DocumentLocator(NetherpadEntities context)
     : base(context)
 {
 }