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