예제 #1
0
 public List <Depot> QueryDepot(int valid)
 {
     return(_stockinRepository.QueryDepot(valid).ToList());
 }