Esempio n. 1
0
 public ActionResult PrintBarCode(int[] ids)
 {
     return(PartialView(_dataobject.GetDataByIds(ids)));
 }