Пример #1
0
 public IEnumerable <Arma> GetAllArmi()
 {
     return(_repo.GetAll());
 }
Пример #2
0
 public IEnumerable <Arma> GetAllArmi()
 {
     return(_armaRepository.GetAll());
 }