예제 #1
0
 public IList <Device> GetDevicesListPage(Hashtable table)
 {
     return(_deviceDao.GetDevicesListPage(table));
 }