예제 #1
0
 public DataTable GetOrderListByDate(string fromDate, string toDate, int company_id)
 {
     return(dac.GetOrderListByDate(fromDate, toDate, company_id));
 }