public AssetTagPlanner(IAssetFileGraph fileGraph, ICombinationDeterminationService combinations)
 {
     _fileGraph = fileGraph;
     _combinations = combinations;
 }
 public AssetTagPlanner(IAssetFileGraph fileGraph, ICombinationDeterminationService combinations)
 {
     _fileGraph    = fileGraph;
     _combinations = combinations;
 }
Esempio n. 3
0
 public AssetTagPlanner(IAssetPipeline pipeline, ICombinationDeterminationService combinations)
 {
     _pipeline = pipeline;
     _combinations = combinations;
 }
Esempio n. 4
0
 public AssetTagPlanner(IAssetPipeline pipeline, ICombinationDeterminationService combinations)
 {
     _pipeline     = pipeline;
     _combinations = combinations;
 }