Example #1
0
 public ArchorBll(LocationDb db) : base(db)
 {
     Buffer = new ArchorBuffer(this);
 }
Example #2
0
 public ArchorBll() : base()
 {
     Buffer = new ArchorBuffer(this);
 }