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