Esempio n. 1
0
 public ArchorBll(LocationDb db) : base(db)
 {
     Buffer = new ArchorBuffer(this);
 }
Esempio n. 2
0
 public ArchorBll() : base()
 {
     Buffer = new ArchorBuffer(this);
 }