Exemple #1
0
 public DataSet getMemberByColl(int collegeId, string teaAccount1, string teaAccount2)
 {
     return(dao.getMemberByColl(collegeId, teaAccount1, teaAccount2));
 }