示例#1
0
 public void Insert(FactoryArgs args, t_String ErrorLogMsg, t_ID LogType)
 {
     _DALDbErrorLog.Insert(args, ErrorLogMsg, LogType);
 }
示例#2
0
 public void Insert(FactoryArgs args, t_String ErrorLogMsg)
 {
     _DALDbErrorLog.Insert(args, ErrorLogMsg);
 }