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