Exemple #1
0
 public FileContentResult GetProductBarCode(string id)
 {
     return(_converterHelper.GenerateBarcode(id, TYPE.CODE128));
 }