Esempio n. 1
0
 public int CreateDeviceLog(DeviceLogDto deviceLogDto)
 {
     return(_deviceLogAdapter.CreateDeviceLog(deviceLogDto));
 }