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