public PoerahApiController(PoerahRepository repository) { this.repository = repository; this.OnCreated(); }
public PoerahService(PoerahRepository poerahRepository) { this.poerahRepository = poerahRepository; }