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