示例#1
0
 public MapsController(IMapManagementService mapManagementService)
 {
     _mapManagementService = mapManagementService;
 }
示例#2
0
 public TransportManagementController(ITransportManagementService transportManagementService,
                                      IMapManagementService mapManagementService)
 {
     _transportManagementService = transportManagementService;
     _mapManagementService       = mapManagementService;
 }