コード例 #1
0
ファイル: DeviceService.cs プロジェクト: codingsf/loosoft
 public IList <Device> GetDevicesListPage(Hashtable table)
 {
     return(_deviceDao.GetDevicesListPage(table));
 }