Ejemplo n.º 1
0
 internal IList <Tuple <string, string> > GetPrinters()
 {
     return(SharedRepository.GetPrinters(_db, PrinterType.LabelPrinter));
 }