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