示例#1
0
 public DevicesWithLicense GetDevicesById(int device_id)
 {
     return(_devicesRepository.GetDevicesById(device_id));
 }