Example #1
0
 public Device SetPublished(int deviceId, bool isPublished)
 {
     return(_dao.SetPublished(deviceId, isPublished));
 }