Пример #1
0
 public bool Delete(object DeviceId)
 {
     return(DDeviceList.Delete(DeviceId) == 1);
 }