コード例 #1
0
        public bool RegisterUser(RegistrationCustomer customer)
        {
            var customerModel = fc.CreateCustomerModel(customer);

            return(db.Customers.AddCustomerToDb(customerModel));
        }