Beispiel #1
0
 public LocationStoryArcsBusinessWorkflow(ILocationStoryArcsRepository locationStoryArcsRepository, ILocationStoryArcMapper locationStoryArcMapper)
 {
     LocationStoryArcsRepository = locationStoryArcsRepository;
     LocationStoryArcMapper      = locationStoryArcMapper;
 }
 public static void OverrideMapper(ILocationStoryArcMapper mapper)
 {
     Mapper = mapper;
 }
Beispiel #3
0
 public static void OverrideMapper(ILocationStoryArcMapper mapper)
 {
     Mapper = mapper;
 }