Example #1
0
 public List <InOutVO> GetInOutByDate(string FromDate, string ToDate, string gubun)
 {
     return(dac.GetInOutByDate(FromDate, ToDate, gubun));
 }