ThrowIfThisIsNew method
void
ThrowIfThisIsNew()
Implementation
void ThrowIfThisIsNew() {
if (this.IsNew) {
throw new InvalidOperationException("Strings.ServiceObjectDoesNotHaveId");
}
}
void ThrowIfThisIsNew() {
if (this.IsNew) {
throw new InvalidOperationException("Strings.ServiceObjectDoesNotHaveId");
}
}