Пример #1
0
 public ReturnDetailModel ReturnDetailOne(int sn)
 {
     return(_stockinRepository.ReturnDetailOne(sn));
 }