Example #1
0
 public ScheduledJob(IRestAPICall restAPICall)
 {
     this._restAPICall = restAPICall;
 }
Example #2
0
 public ShowsController(IRestAPICall restAPICall, IShowsRepository showsRepository)
 {
     _restAPICall     = restAPICall;
     _showsRepository = showsRepository;
 }