Exemple #1
0
 public SapbService(SapbRepository sapbRepository)
 {
     this.sapbRepository = sapbRepository;
 }
Exemple #2
0
 public SapbApiController(SapbRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }