コード例 #1
0
 internal List <StockReportViewModel> GetStockReport(int?productId)
 {
     return(dao.getStockReport(productId));
 }