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