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