예제 #1
0
 public List <Student> GetByCity(int cityId)
 {
     return(_studentGetway.GetByCity(cityId));
 }