Example #1
0
 public RecordResponse GetRecords(string deviceID, int limit)
 {
     return(_tileService.GetRecordsByDeviceID(deviceID, limit));
 }