示例#1
0
 partial void DeleteREP_Recept(REP_Recept instance);
示例#2
0
 partial void UpdateREP_Recept(REP_Recept instance);
示例#3
0
		private void detach_REP_Recepts(REP_Recept entity)
		{
			this.SendPropertyChanging();
			entity.Area = null;
		}
示例#4
0
 partial void InsertREP_Recept(REP_Recept instance);
示例#5
0
		private void attach_REP_Recepts(REP_Recept entity)
		{
			this.SendPropertyChanging();
			entity.Area = this;
		}