Beispiel #1
0
        public List <IFTPfileInfo> GetCostcoOrders()
        {
            CostcoCHFtp         costcoFtp = new CostcoCHFtp();
            List <IFTPfileInfo> orders    = costcoFtp.GetFtpOrders();

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