Esempio n. 1
0
 public IList <Device> List(Device device)
 {
     return(_deviceDao.Getlist(device));
 }