Esempio n. 1
0
 public void Initialize()
 {
     Context         = InitializedObjects.GetContext();
     CategoryService = new CategoryService(Context, InitializedObjects.GetMapper());
 }
Esempio n. 2
0
 public void Initialize()
 {
     Context             = InitializedObjects.GetContext();
     this.EpisodeService = new EpisodeService(Context, Mapper.Instance);
 }
Esempio n. 3
0
 public void Initialize()
 {
     Context      = InitializedObjects.GetContext();
     AnimeService = InitializedObjects.GetAnimeService();
 }