Ejemplo n.º 1
0
 public PoerahApiController(PoerahRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Ejemplo n.º 2
0
 public PoerahService(PoerahRepository poerahRepository)
 {
     this.poerahRepository = poerahRepository;
 }