Example #1
0
 public static void InsertLog(int incidentId,
                              string consName,
                              string deviceMake,
                              string deviceModel,
                              int deviceValue,
                              string deviceType,
                              string kioskID,
                              string kioskName,
                              string kioskLocation,
                              byte[] idCard,
                              byte[] inspectorBin,
                              byte[] driverLicense,
                              string transactValue,
                              bool transactCompletion,
                              string screenUserHelp,
                              string server)
 {
     BllLog.InsertLog(incidentId,
                      consName,
                      deviceMake,
                      deviceModel,
                      deviceValue,
                      deviceType,
                      kioskID,
                      kioskName,
                      kioskLocation,
                      idCard,
                      inspectorBin,
                      driverLicense,
                      transactValue,
                      transactCompletion,
                      screenUserHelp,
                      server);
 }