Пример #1
0
 public PoeralService(PoeralRepository poeralRepository)
 {
     this.poeralRepository = poeralRepository;
 }
Пример #2
0
 public PoeralApiController(PoeralRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }