public WterahService(WterahRepository wterahRepository) { this.wterahRepository = wterahRepository; }
public WterahApiController(WterahRepository repository) { this.repository = repository; this.OnCreated(); }