Ejemplo n.º 1
0
 public IActionResult GetPrinterById(int id)
 {
     return(Ok(_printerRepository.GetPrinterById(id)));
 }