コード例 #1
0
 public ICollection <Vacancy> GetAll()
 {
     return(vacancyRepository.GetAllList());
 }