public IcsepsApiController(IcsepsRepository repository) { this.repository = repository; this.OnCreated(); }
public IcsepsService(IcsepsRepository repository) { this.repository = repository; }