Beispiel #1
0
 protected LocatorBase(NetherpadEntities context)
 {
     this.Context = context;
 }
 public NetherpadDataManager(NetherpadEntities context)
 {
     this.context = context;
     this.DocumentLocator = new DocumentLocator(context);
 }
Beispiel #3
0
 public DocumentLocator(NetherpadEntities context)
     : base(context)
 {
 }
 public NetherpadDataManager(NetherpadEntities context)
 {
     this.context         = context;
     this.DocumentLocator = new DocumentLocator(context);
 }
Beispiel #5
0
 protected LocatorBase(NetherpadEntities context)
 {
     this.Context = context;
 }
Beispiel #6
0
 public DocumentLocator(NetherpadEntities context)
     : base(context)
 {
 }