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