コード例 #1
0
        public string DeleteCustomer(int customerID)
        {
            var pl = BL_Customer.DeleteCustomer(customerID, UserAprosysAccounting.id);

            return(BL_Common.Serialize(pl));
        }