public int GetNotIntegratedOrderListCount(NotIntegratedOrderListInputDVO filter)
 {
     return(orderBusiness.GetNotIntegratedOrderListCount(filter));
 }
 public NotIntegratedOrderListOutputDVO GetNotIntegratedOrderList(NotIntegratedOrderListInputDVO orderList)
 {
     return(orderBusiness.GetNotIntegratedOrderList(orderList));
 }