Exemple #1
0
 static InitializedObjects()
 {
     Context      = MockContext.GetContext();
     Mapper       = MockMapper.GetMapper();
     AnimeService = MockAnimeService.GetAnimeService(Context, Mapper);
 }