Exemplo n.º 1
0
 public OperatingCompaniesController(IOperatingCompanyServices ocs)
 {
     service = ocs;
 }
Exemplo n.º 2
0
 public JourneysController(IJourneyServices js, ILocationServices ls, IOperatingCompanyServices ops)
 {
     service                 = js;
     locationService         = ls;
     operatingCompanyService = ops;
 }