Example #1
0
 public bool ExistsBarcode(string barcode)
 {
     return(dal.ExistsBarcode(barcode));
 }