예제 #1
0
 public StreamController(string apiUrl, IJsonClient jsonClient, IStreamItemMapper mapper)
 {
     this.apiUrl = apiUrl;
     this.jsonClient = jsonClient;
     this.mapper = mapper;
 }
 public StreamController(string apiUrl, IJsonClient jsonClient, IStreamItemMapper mapper)
 {
     this.apiUrl     = apiUrl;
     this.jsonClient = jsonClient;
     this.mapper     = mapper;
 }