Esempio n. 1
0
 public IQueryable <StockDetailModel> StockOutDetailList(string no)
 {
     return(_stockoutRepository.StockOutDetailList(no));
 }