コード例 #1
0
ファイル: OrderService.cs プロジェクト: junseong5019799/Team2
 public int GetCurrentPriceByCompany(int company_id, int product_id)
 {
     return(dac.GetCurrentPriceByCompany(company_id, product_id));
 }