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