コード例 #1
0
ファイル: Service.cs プロジェクト: rybiu/DeviceManagement
 public bool UpdateDeviceImage(int deviceId, byte[] image)
 {
     return(deviceDao.UpdateDeviceImage(deviceId, image));
 }