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