示例#1
0
 public bool InsertLogConfig(LogConfig log)
 {
     return(InsertLogConfig(log, null));
 }
示例#2
0
 public bool InsertLogConfig(LogConfig log, DbTransaction tran)
 {
     return(processor.Insert <LogConfig>(log, tran));
 }