Пример #1
0
 public DataTable GetDataById(string id)
 {
     return(dao.GetDataById(id));
 }