public GetDataCallingFirefighterListUseCase(IReadOnlyDataCallingFirefighterRepository readOnlyParkingTerminalRepository)
 => _readOnlyDataCallingFirefighterRepository = readOnlyParkingTerminalRepository;
Ejemplo n.º 2
0
 public ReadOnlyRouteRepositoryDecorator(IReadOnlyDataCallingFirefighterRepository routeRepository)
 {
     _dataCallingFirefighterRepository = routeRepository;
 }