예제 #1
0
		private void detach_companies(company entity)
		{
			this.SendPropertyChanging();
			entity.region = null;
		}
예제 #2
0
		private void attach_companies(company entity)
		{
			this.SendPropertyChanging();
			entity.region = this;
		}
예제 #3
0
 partial void Updatecompany(company instance);
예제 #4
0
 partial void Deletecompany(company instance);
예제 #5
0
 partial void Insertcompany(company instance);