コード例 #1
0
 public static SellThing SelectSellThingByNo(string No)
 {
     return(SellService.SelectSellThingByNo(No));
 }