Beispiel #1
0
        public static CustomerNotesCollection DeleteCustomerNote(int id)
        {
            CustomerNotesCollection collection = new CustomerNotesCollection();

            collection.Delete(id);
            return(collection);
        }
Beispiel #2
0
        public static CustomerNotesCollection LoadList()
        {
            CustomerNotesCollection collection = new CustomerNotesCollection();

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