Attachment.withOwner constructor
Attachment.withOwner(
- Item owner
Implementation
Attachment.withOwner(Item owner) : _service = owner.Service {
this._owner = owner;
}
Attachment.withOwner(Item owner) : _service = owner.Service {
this._owner = owner;
}