public bool CanUserRunAction(int UserId, int ReportId, string Action) { return(DBReport.CanUserRunAction(UserId, _ownerContainer.Key, ReportId, Action)); }
public static bool CanUserRunAction(int UserId, string ContainerKey, int ReportId, string Action) { return(DBReport.CanUserRunAction(UserId, ContainerKey, ReportId, Action)); }