コード例 #1
0
ファイル: SystemLogWriter.cs プロジェクト: aehyok/InputModel
 static public bool WriteUserLog(decimal _yhid, string _czlx, string _cxnr, decimal _resulttype, string _ipaddr, string _hostName, string _systemID)
 {
     if (_ics_SystemLog != null)
     {
         return(_ics_SystemLog.WriteUserLog(_yhid, _czlx, _cxnr, _resulttype, _ipaddr, _hostName, _systemID));
     }
     return(true);
 }
コード例 #2
0
 public bool WriteUserLog(decimal _yhid, string _czlx, string _cxnr, decimal _resulttype, string _ipaddr, string _hostName, string _systemID)
 {
     if (_dbLogwriter != null)
     {
         return(_dbLogwriter.WriteUserLog(_yhid, _czlx, _cxnr, _resulttype, _ipaddr, _hostName, _systemID));
     }
     return(false);
 }