コード例 #1
0
 public List<Institute> FindInstituteByRegion(string region)
 {
     return _repo.FindInstituteByRegion(region);
 }