Example #1
0
 partial void DeleteCountry(Country instance);
Example #2
0
 partial void InsertCountry(Country instance);
Example #3
0
 partial void UpdateCountry(Country instance);
Example #4
0
		private void detach_Countries(Country entity)
		{
			this.SendPropertyChanging();
			entity.PostZone = null;
		}