Exemple #1
0
        public bool AddCustomer(Customer customer)
        {
            AdminDAL dal = new AdminDAL();

            return(dal.AddCustomer(customer));
        }