Esempio n. 1
0
 public IcsecService(IcsecRepository icsecRepository)
 {
     this.icsecRepository = icsecRepository;
 }
Esempio n. 2
0
 public IcsecApiController(IcsecRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }