Пример #1
0
        public static CustomerAccountingInfoCollection DeleteCustomerDetail(int id)
        {
            CustomerAccountingInfoCollection collection = new CustomerAccountingInfoCollection();

            collection.DeleteCustomerDetail(id);
            return(collection);
        }