예제 #1
0
 partial void DeleteCOMUNA(COMUNA instance);
예제 #2
0
 partial void UpdateCOMUNA(COMUNA instance);
예제 #3
0
		private void detach_COMUNAs(COMUNA entity)
		{
			this.SendPropertyChanging();
			entity.CIUDAD = null;
		}
예제 #4
0
 partial void InsertCOMUNA(COMUNA instance);
예제 #5
0
		private void attach_COMUNAs(COMUNA entity)
		{
			this.SendPropertyChanging();
			entity.CIUDAD = this;
		}