Exemplo n.º 1
0
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.CarLoadingType = null;
		}
Exemplo n.º 2
0
 partial void UpdateShiping(Shiping instance);
Exemplo n.º 3
0
 partial void DeleteShiping(Shiping instance);
Exemplo n.º 4
0
 partial void InsertShiping(Shiping instance);
Exemplo n.º 5
0
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.Adress = null;
		}
Exemplo n.º 6
0
		private void attach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.Adress = this;
		}
Exemplo n.º 7
0
		private void detach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.FreightType = null;
		}
Exemplo n.º 8
0
		private void attach_Shiping(Shiping entity)
		{
			this.SendPropertyChanging();
			entity.FreightType = this;
		}