コード例 #1
0
 public DataSet getLeaderByColl(int collegeId, string teaAccount1, string teaAccount2)
 {
     return(dao.getLeaderByColl(collegeId, teaAccount1, teaAccount2));
 }