Ejemplo n.º 1
0
 public bool InsertLogConfig(LogConfig log)
 {
     return(InsertLogConfig(log, null));
 }
Ejemplo n.º 2
0
 public bool InsertLogConfig(LogConfig log, DbTransaction tran)
 {
     return(processor.Insert <LogConfig>(log, tran));
 }