public bool InsertLogConfig(LogConfig log) { return(InsertLogConfig(log, null)); }
public bool InsertLogConfig(LogConfig log, DbTransaction tran) { return(processor.Insert <LogConfig>(log, tran)); }