Ejemplo n.º 1
0
 public LogsController(IGraphDataService graphDataService, ISitesRepository sitesRepository, IWeathersRepository weathersRepository)
 {
     GraphDataService   = graphDataService;
     SitesRepository    = sitesRepository;
     WeathersRepository = weathersRepository;
 }
Ejemplo n.º 2
0
 public WeathersController(IWeathersRepository weathersRepository)
 {
     WeathersRepository = weathersRepository;
 }