Exemplo n.º 1
0
 public SastpApiController(SastpRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Exemplo n.º 2
0
 public SastpService(SastpRepository sastpRepository)
 {
     this.sastpRepository = sastpRepository;
 }