Пример #1
0
 public bool CanUserViewReport(int userId, Guid reportGuid)
 {
     return(_reportRepository.CanUserViewReport(userId, reportGuid));
 }