private void detach_cards(card entity) { this.SendPropertyChanging(); entity.card_type = null; }
private void attach_cards(card entity) { this.SendPropertyChanging(); entity.card_type = this; }
partial void Updatecard(card instance);
partial void Deletecard(card instance);
partial void Insertcard(card instance);