示例#1
0
 partial void UpdateMstPayType(MstPayType instance);
示例#2
0
 partial void InsertMstPayType(MstPayType instance);
示例#3
0
		private void detach_MstPayTypes(MstPayType entity)
		{
			this.SendPropertyChanging();
			entity.MstAccount = null;
		}
示例#4
0
		private void detach_MstPayTypes1(MstPayType entity)
		{
			this.SendPropertyChanging();
			entity.MstUser1 = null;
		}
示例#5
0
		private void attach_MstPayTypes(MstPayType entity)
		{
			this.SendPropertyChanging();
			entity.MstUser = this;
		}
示例#6
0
 partial void DeleteMstPayType(MstPayType instance);