Example #1
0
 partial void DeletePhoneSystem(PhoneSystem instance);
Example #2
0
 partial void InsertPhoneSystem(PhoneSystem instance);
Example #3
0
 partial void UpdatePhoneSystem(PhoneSystem instance);
Example #4
0
		private void detach_PhoneSystems(PhoneSystem entity)
		{
			this.SendPropertyChanging();
			entity.BaseSystemType = null;
		}