Пример #1
0
 public IEnumerable <Profile> Get()
 {
     return(profileRepo.GetAll());
 }
Пример #2
0
 public IEnumerable <Jam> Get()
 {
     return(jamRepo.GetAll());
 }