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