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