コード例 #1
0
ファイル: Program.cs プロジェクト: boivlad/Patterns
 public string listApplications()
 {
     if (listCache == null || needReset)
     {
         listCache = service.listApplications();
     }
     return(listCache);
 }