Beispiel #1
0
 //here's the magic sauce for the unittests
 public FetchCms(IFetch fetch, RockStar rs)
 {
     this.fetch = fetch;
     this.rs = rs;
 }
Beispiel #2
0
 //here's the magic sauce for the unittests
 public FetchCms(IFetch fetch, RockStar rs)
 {
     this.fetch = fetch;
     this.rs    = rs;
 }