Esempio n. 1
0
 public DataSet getRecordByColl(int collegeId, string teaAccount1, string teaAccount2)
 {
     return(dao.getRecordByColl(collegeId, teaAccount1, teaAccount2));
 }