public IEnumerable <Crash> GetAppCrash(Application app) { checkLoginStatus(); var hlpr = new AppsHelper(credMgr); return(hlpr.GetAppCrash(app)); }
public IEnumerable<Crash> GetAppCrash(Application app) { CheckLoginStatus(); var hlpr = new AppsHelper(proxyUser, credMgr); return hlpr.GetAppCrash(app); }
public IEnumerable <Crash> GetAppCrash(Application app) { var helper = new AppsHelper(proxyUser, credMgr); return(helper.GetAppCrash(app)); }
public IEnumerable<Crash> GetAppCrash(Application app) { var helper = new AppsHelper(proxyUser, credMgr); return helper.GetAppCrash(app); }