예제 #1
0
 public int GetCurrentPriceByCompany(int company_id, int product_id)
 {
     return(dac.GetCurrentPriceByCompany(company_id, product_id));
 }