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