Пример #1
0
 public bool CanUserRunAction(int UserId, int ReportId, string Action)
 {
     return(DBReport.CanUserRunAction(UserId, _ownerContainer.Key, ReportId, Action));
 }
Пример #2
0
 public static bool CanUserRunAction(int UserId, string ContainerKey, int ReportId, string Action)
 {
     return(DBReport.CanUserRunAction(UserId, ContainerKey, ReportId, Action));
 }