Exemple #1
0
        public void TransactionLog(int UserId, string Description, string Context, string ApplicationName, string ApplicationVersion,
			string MachineName, string MachineIPAddress)
        {
            Functions F = new Functions();
            F.TransactionLog(UserId,Description,Context,ApplicationName,ApplicationVersion,MachineName,
                MachineIPAddress);
        }