private void detach_MasterLogistics(MasterLogistic entity) { this.SendPropertyChanging(); entity.Company = null; }
private void attach_MasterLogistics(MasterLogistic entity) { this.SendPropertyChanging(); entity.Store1 = this; }