public AsociationService(IAsociationHandler aHandler) { this.associationHandler = aHandler; this.asociationLock = new object(); }
public AsociationService(IAsociationHandler aHandler) { this.associationHandler = aHandler; }