Ejemplo n.º 1
0
 public int AddRunReport(DefineReport report)
 {
     return(_runReportDao.AddRunReport(report));
 }