Пример #1
0
 public OedcService(OedcRepository oedcRepository)
 {
     this.oedcRepository = oedcRepository;
 }
Пример #2
0
 public OedcApiController(OedcRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }