Beispiel #1
0
 partial void DeleteTheOffice(TheOffice instance);
Beispiel #2
0
 partial void InsertTheOffice(TheOffice instance);
Beispiel #3
0
 partial void UpdateTheOffice(TheOffice instance);
Beispiel #4
0
		private void detach_TheOffices(TheOffice entity)
		{
			this.SendPropertyChanging();
			entity.Account = null;
		}