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