예제 #1
0
 public IEnumerable <Subject> GetPeopleByTown(string town)
 {
     return(repo.ReadPeopleByTown(town));
 }