public List<Entry> All(string projectId) { Logger.DebugFormat("BEGIN MandatoryUserFilter.All ProjectId={0}", projectId); CheckAuthentication(); var results = new ApiWrapper().Query(projectId, ObjectTypes.UserFilter); Logger.DebugFormat("END MandatoryUserFilter.All"); return results; }
public List <Entry> All(string projectId) { Logger.DebugFormat("BEGIN MandatoryUserFilter.All ProjectId={0}", projectId); CheckAuthentication(); var results = new ApiWrapper().Query(projectId, ObjectTypes.UserFilter); Logger.DebugFormat("END MandatoryUserFilter.All"); return(results); }
public BaseTest() { ReportingService =new ApiWrapper(); }