Пример #1
0
 public IActionResult GetAllComissioned()
 {
     return(new OkObjectResult(_meterService.GetMetersComissioned()));
 }