Beispiel #1
0
 public IActionResult GetAllNotComissioned()
 {
     return(new OkObjectResult(_meterService.GetMetersNotComissioned()));
 }