예제 #1
0
 public BuildListGenerator(ICache cache, IPrioritizeProjects prioritizer)
 {
     _cache = cache;
     _prioritizer = prioritizer;
 }
예제 #2
0
 public BuildListGenerator(ICache cache, IPrioritizeProjects prioritizer)
 {
     _cache       = cache;
     _prioritizer = prioritizer;
 }