Example #1
0
 public Printer PrinterById(int id)
 {
     return(Printers.Single(x => x.Id == id));
 }