Example #1
0
        public List <string> GetProducts()
        {
            VendorAdaptee adaptee = new VendorAdaptee();

            return(adaptee.GetListOfProducts());
        }
 public List<string> GetProducts()
 {
     VendorAdaptee adaptee = new VendorAdaptee();
     return adaptee.GetProducts();
 }