public GetDataCallingFirefighterListUseCase(IReadOnlyDataCallingFirefighterRepository readOnlyParkingTerminalRepository)
 => _readOnlyDataCallingFirefighterRepository = readOnlyParkingTerminalRepository;
Beispiel #2
0
 public ReadOnlyRouteRepositoryDecorator(IReadOnlyDataCallingFirefighterRepository routeRepository)
 {
     _dataCallingFirefighterRepository = routeRepository;
 }