public void Init()
 {
     storyDALService = new StoryDALService();
 }
Ejemplo n.º 2
0
 public StoriesService(IStoryDALService storyDALService, IMapper mapper)
 {
     this.storyDALService = storyDALService;
     this.mapper          = mapper;
 }