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