Esempio n. 1
0
 public IQueryable <ReturnDetailModel> ReturnDetailList(string no)
 {
     return(_stockinRepository.ReturnDetailList(no));
 }