private void detach_SystemAllowableCards(SystemAllowableCard entity) { this.SendPropertyChanging(); entity.Card = null; }
partial void DeleteSystemAllowableCard(SystemAllowableCard instance);
partial void InsertSystemAllowableCard(SystemAllowableCard instance);
partial void UpdateSystemAllowableCard(SystemAllowableCard instance);
private void attach_SystemAllowableCards(SystemAllowableCard entity) { this.SendPropertyChanging(); entity.PhoneSystem = this; }