コード例 #1
0
 public List <Transaction> RetrieveStockcard(string productId)
 {
     return(trepo.RetrieveStockcard(productId));
 }