コード例 #1
0
ファイル: DeviceService.cs プロジェクト: codingsf/loosoft
 public Device get(int id)
 {
     return(_deviceDao.Get(new Device(id)));
 }