public static void OverrideMapper(IVolumeLocationMapper mapper) { Mapper = mapper; }
public VolumeLocationsBusinessWorkflow(IVolumeLocationsRepository volumeLocationsRepository, IVolumeLocationMapper volumeLocationMapper) { VolumeLocationsRepository = volumeLocationsRepository; VolumeLocationMapper = volumeLocationMapper; }