예제 #1
0
 public List <GetStockInfoView> GetDataBtnDate(string fromDate, string toDate)
 {
     return(stockOutGateway.GetDataBtnDate(fromDate, toDate));
 }