Ejemplo n.º 1
0
 public AsicsetupService(AsicsetupRepository asicsetupRepository)
 {
     this.asicsetupRepository = asicsetupRepository;
 }
Ejemplo n.º 2
0
 public AsicsetupApiController(AsicsetupRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }