Exemplo n.º 1
0
 public string getAppInfo(int id)
 {
     if (appCache == null || needReset)
     {
         appCache = service.getAppInfo(id);
     }
     return(appCache);
 }