Esempio n. 1
0
 public List <Printer> GetAllBranchItems(string branchCode)
 {
     return(_printerRepository.GetAllBranchItems(branchCode));
 }