Esempio n. 1
0
 public Device get(int id)
 {
     return(_deviceDao.Get(new Device(id)));
 }