예제 #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;
		}