Exemplo n.º 1
0
 public SapbService(SapbRepository sapbRepository)
 {
     this.sapbRepository = sapbRepository;
 }
Exemplo n.º 2
0
 public SapbApiController(SapbRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }