public OedcService(OedcRepository oedcRepository) { this.oedcRepository = oedcRepository; }
public OedcApiController(OedcRepository repository) { this.repository = repository; this.OnCreated(); }