Example #1
0
		private void detach_Comuna(Comuna entity)
		{
			this.SendPropertyChanging();
			entity.Region = null;
		}
Example #2
0
		private void attach_Comuna(Comuna entity)
		{
			this.SendPropertyChanging();
			entity.Region = this;
		}
Example #3
0
 partial void UpdateComuna(Comuna instance);
Example #4
0
 partial void DeleteComuna(Comuna instance);
Example #5
0
 partial void InsertComuna(Comuna instance);