コード例 #1
0
ファイル: BoxBusiness.cs プロジェクト: Thijapones/MTG4Us
 public List <Box> GetbySpotCust(int spotid, int custid)
 {
     return(_boxRepository.GetbySpotCust(spotid, custid));
 }