Exemplo n.º 1
0
 public SabsService(SabsRepository sabsRepository)
 {
     this.sabsRepository = sabsRepository;
 }
Exemplo n.º 2
0
 public SabsApiController(SabsRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }