コード例 #1
0
 public Institute FindInstituteByName(string name)
 {
     return _repo.FindInstituteByName(name);
 }