コード例 #1
0
 public AssetTagPlanner(IAssetFileGraph fileGraph, ICombinationDeterminationService combinations)
 {
     _fileGraph = fileGraph;
     _combinations = combinations;
 }
コード例 #2
0
 public AssetTagPlanner(IAssetFileGraph fileGraph, ICombinationDeterminationService combinations)
 {
     _fileGraph    = fileGraph;
     _combinations = combinations;
 }
コード例 #3
0
ファイル: AssetTagPlanner.cs プロジェクト: jemacom/fubumvc
 public AssetTagPlanner(IAssetPipeline pipeline, ICombinationDeterminationService combinations)
 {
     _pipeline = pipeline;
     _combinations = combinations;
 }
コード例 #4
0
 public AssetTagPlanner(IAssetPipeline pipeline, ICombinationDeterminationService combinations)
 {
     _pipeline     = pipeline;
     _combinations = combinations;
 }