Esempio n. 1
0
		private void attach_MstUsers1(MstUser entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount1 = this;
		}
Esempio n. 2
0
		private void detach_MstUsers2(MstUser entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount2 = null;
		}
Esempio n. 3
0
		private void attach_MstUsers(MstUser entity)
		{
			this.SendPropertyChanging();
			entity.AspNetUser = this;
		}
Esempio n. 4
0
		private void detach_MstUsers(MstUser entity)
		{
			this.SendPropertyChanging();
			entity.AspNetUser = null;
		}
Esempio n. 5
0
 partial void DeleteMstUser(MstUser instance);
Esempio n. 6
0
 partial void UpdateMstUser(MstUser instance);
Esempio n. 7
0
 partial void InsertMstUser(MstUser instance);
Esempio n. 8
0
		private void detach_MstUsers(MstUser entity)
		{
			this.SendPropertyChanging();
			entity.MstCompany = null;
		}
Esempio n. 9
0
		private void attach_MstUsers(MstUser entity)
		{
			this.SendPropertyChanging();
			entity.MstBranch = this;
		}