Beispiel #1
0
 public IcsepsApiController(IcsepsRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Beispiel #2
0
 public IcsepsService(IcsepsRepository repository)
 {
     this.repository = repository;
 }