Delete Method (customerId)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 Delete Method (customerId)
Patterns-In-Action! ApplicationWindowsFormsPresenterCustomerPresenterDelete(Int32)
Deletes a customer by calling into model.
Declaration Syntax
C# Visual Basic
public int Delete(
	int customerId
)
Public Function Delete ( _
	customerId As Integer _
) As Integer
Parameters
customerId (Int32)
The customer to delete
Return Value
Number of records affected.

Assembly: WindowsFormsPresenter (Module: WindowsFormsPresenter) Version: 1.0.0.0 (1.0.0.0)