コード例 #1
0
ファイル: RockStar.cs プロジェクト: KrzysztofSuch/Kata
 //here's the magic sauce for the unittests
 public FetchCms(IFetch fetch, RockStar rs)
 {
     this.fetch = fetch;
     this.rs = rs;
 }
コード例 #2
0
ファイル: RockStar.cs プロジェクト: KrzysztofSuch/Kata
 //here's the magic sauce for the unittests
 public FetchCms(IFetch fetch, RockStar rs)
 {
     this.fetch = fetch;
     this.rs    = rs;
 }