コード例 #1
0
 public IEnumerable <QR> GetQR(IdReceipt pIdR)
 {
     return(db.GetQR(pIdR));
 }