예제 #1
0
 partial void DeleteTbl_VoucherComment(Tbl_VoucherComment instance);
예제 #2
0
 partial void UpdateTbl_VoucherComment(Tbl_VoucherComment instance);
예제 #3
0
		private void detach_Tbl_VoucherComments(Tbl_VoucherComment entity)
		{
			this.SendPropertyChanging();
			entity.Tbl_UserAccess = null;
		}
예제 #4
0
 partial void InsertTbl_VoucherComment(Tbl_VoucherComment instance);
예제 #5
0
		private void attach_Tbl_VoucherComments(Tbl_VoucherComment entity)
		{
			this.SendPropertyChanging();
			entity.Tbl_Voucher = this;
		}