コード例 #1
0
 public PageService(IDiskService disk, CacheService cache)
 {
     _disk  = disk;
     _cache = cache;
 }