Пример #1
0
 public ArbcbApiController(ArbcbRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Пример #2
0
 public ArbcbService(ArbcbRepository arbcbRepository)
 {
     this.arbcbRepository = arbcbRepository;
 }