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