partial void UpdateAoAdOrder(AoAdOrder instance);
partial void DeleteAoAdOrder(AoAdOrder instance);
partial void InsertAoAdOrder(AoAdOrder instance);
private void detach_AoAdOrders(AoAdOrder entity) { this.SendPropertyChanging(); entity.AoProduct = null; }
private void attach_AoAdOrders2(AoAdOrder entity) { this.SendPropertyChanging(); entity.AoAdOrder3 = this; }
private void detach_AoAdOrders2(AoAdOrder entity) { this.SendPropertyChanging(); entity.UsrUser2 = null; }
private void attach_AoAdOrders1(AoAdOrder entity) { this.SendPropertyChanging(); entity.UsrUser1 = this; }