Exemplo n.º 1
0
 public List <MeterReading> AddMeterReadingsFromFile(string filelocation)
 {
     return(_meterService.ProcessFileAsync(filelocation));
 }