Ejemplo n.º 1
0
 public UpdateShopValidator(IShopRepository shopRepository, IGameEntityRepository gameEntityRepository)
 {
     _shopRepository       = shopRepository;
     _gameEntityRepository = gameEntityRepository;
 }
Ejemplo n.º 2
0
 public GetAllGameEntities(IGameEntityRepository repository)
 {
     _repository = repository;
 }