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