예제 #1
0
		private void attach_TrnStockIns(TrnStockIn entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount = this;
		}
예제 #2
0
		private void detach_TrnStockIns(TrnStockIn entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}
예제 #3
0
 partial void DeleteTrnStockIn(TrnStockIn instance);
예제 #4
0
 partial void UpdateTrnStockIn(TrnStockIn instance);
예제 #5
0
 partial void InsertTrnStockIn(TrnStockIn instance);
예제 #6
0
		private void detach_TrnStockIns4(TrnStockIn entity)
		{
			this.SendPropertyChanging();
			entity.MstUser4 = null;
		}
예제 #7
0
		private void attach_TrnStockIns3(TrnStockIn entity)
		{
			this.SendPropertyChanging();
			entity.MstUser3 = this;
		}