Ejemplo n.º 1
0
        public static CustomerNotesCollection DeleteCustomerNote(int id)
        {
            CustomerNotesCollection collection = new CustomerNotesCollection();

            collection.Delete(id);
            return(collection);
        }
Ejemplo n.º 2
0
        public static CustomerNotesCollection LoadList()
        {
            CustomerNotesCollection collection = new CustomerNotesCollection();

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