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