Exemple #1
0
        public static VendorsCollection LoadList()
        {
            VendorsCollection collection = new VendorsCollection();

            collection.LoadAll();
            return(collection);
        }