Ejemplo n.º 1
0
 public Report GetReportWithTaskById(int id)
 {
     return(_reportDal.GetReportWithTaskById(id));
 }