Esempio n. 1
0
 public DataTable GetList(string strWhere)
 {
     return(dal.GetList(strWhere));
 }