Example #1
0
 public PokedexInfoService(IPokedexInfoRepository pokedexInfoRepository, IUnitOfWork unitOfWork)
 {
     _pokedexInfoRepository = pokedexInfoRepository;
     _unitOfWork            = unitOfWork;
 }