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