Exemplo n.º 1
0
        public List <string> GetProducts()
        {
            VendorAdaptee adaptee = new VendorAdaptee();

            return(adaptee.GetListOfProducts());
        }
Exemplo n.º 2
0
 public List<string> GetProducts()
 {
     VendorAdaptee adaptee = new VendorAdaptee();
     return adaptee.GetProducts();
 }