Exemplo n.º 1
0
        public List <IFTPfileInfo> GetCostcoOrders()
        {
            CostcoCHFtp         costcoFtp = new CostcoCHFtp();
            List <IFTPfileInfo> orders    = costcoFtp.GetFtpOrders();

            return(orders);
        }
Exemplo n.º 2
0
 public List<IFTPfileInfo> GetCostcoOrders()
 {
     CostcoCHFtp costcoFtp = new CostcoCHFtp();
     List<IFTPfileInfo> orders = costcoFtp.GetFtpOrders();
     return orders;
 }