Example #1
0
 public static int UpdateReportParameterLabel(ReportParameterLabel record)
 {
     return(new ReportParameterLabelDao().Update(record));
 }
Example #2
0
 public int Update(ReportParameterLabel record)
 {
     _helper.Update(_ctx, record, _isAuditLog);
     return(DaoBase.ExecuteNonQuery(_ctx, true));
 }
Example #3
0
 public static int InsertReportParameterLabel(ReportParameterLabel record)
 {
     return(new ReportParameterLabelDao().Insert(record));
 }
Example #4
0
 public int Insert(ReportParameterLabel record)
 {
     _helper.Insert(_ctx, record, _isAuditLog);
     return(DaoBase.ExecuteNonQuery(_ctx));
 }
Example #5
0
 public static int UpdateReportParameterLabel(ReportParameterLabel record)
 {
     return new ReportParameterLabelDao().Update(record);
 }
Example #6
0
 public static int InsertReportParameterLabel(ReportParameterLabel record)
 {
     return new ReportParameterLabelDao().Insert(record);
 }
Example #7
0
 public int Update(ReportParameterLabel record)
 {
     _helper.Update(_ctx, record, _isAuditLog);
     return DaoBase.ExecuteNonQuery(_ctx, true);
 }
Example #8
0
 public int Insert(ReportParameterLabel record)
 {
     _helper.Insert(_ctx, record, _isAuditLog);
     return DaoBase.ExecuteNonQuery(_ctx);
 }