public void Initialize() { Context = InitializedObjects.GetContext(); CategoryService = new CategoryService(Context, InitializedObjects.GetMapper()); }
public void Initialize() { Context = InitializedObjects.GetContext(); this.EpisodeService = new EpisodeService(Context, Mapper.Instance); }
public void Initialize() { Context = InitializedObjects.GetContext(); AnimeService = InitializedObjects.GetAnimeService(); }