Пример #1
0
 public SlspApiController(SlspRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Пример #2
0
 public SlspService(SlspRepository slspRepository)
 {
     this.slspRepository = slspRepository;
 }