Example #1
0
 public IcsehApiController(IcsehRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Example #2
0
 public IcsehService(IcsehRepository icsehRepository)
 {
     this.icsehRepository = icsehRepository;
 }