Exemplo n.º 1
0
 public bool CanUserRunAction(int UserId, int ReportId, string Action)
 {
     return(DBReport.CanUserRunAction(UserId, _ownerContainer.Key, ReportId, Action));
 }
Exemplo n.º 2
0
 public static bool CanUserRunAction(int UserId, string ContainerKey, int ReportId, string Action)
 {
     return(DBReport.CanUserRunAction(UserId, ContainerKey, ReportId, Action));
 }