AddCustomer Method (customer)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 AddCustomer Method (customer)
Patterns-In-Action! ApplicationASPNETWebApplication.ControllersCustomerControllerAddCustomer(Customer)
Adds a new customer to the database
Declaration Syntax
C# Visual Basic
public void AddCustomer(
	Customer customer
)
Public Sub AddCustomer ( _
	customer As Customer _
)
Parameters
customer (Customer)
Customer object to be added.

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)