Ejemplo n.º 1
0
		private void detach_TrnCollections4(TrnCollection entity)
		{
			this.SendPropertyChanging();
			entity.MstUser4 = null;
		}
Ejemplo n.º 2
0
		private void detach_TrnCollections(TrnCollection entity)
		{
			this.SendPropertyChanging();
			entity.MstArticle = null;
		}
Ejemplo n.º 3
0
		private void attach_TrnCollections3(TrnCollection entity)
		{
			this.SendPropertyChanging();
			entity.MstUser3 = this;
		}
Ejemplo n.º 4
0
 partial void DeleteTrnCollection(TrnCollection instance);
Ejemplo n.º 5
0
 partial void UpdateTrnCollection(TrnCollection instance);
Ejemplo n.º 6
0
 partial void InsertTrnCollection(TrnCollection instance);
Ejemplo n.º 7
0
		private void attach_TrnCollections(TrnCollection entity)
		{
			this.SendPropertyChanging();
			entity.MstBranch = this;
		}