C# Class CustomerDAO.DAO

Afficher le fichier Open project: nzhul/TelerikAcademy

Méthodes publiques

Méthode Description
AddCustomer ( string customerID, string companyName ) : void
DeleteCustomer ( string customerID ) : void
UpdateCustomer ( string customerID, string newCompanyName ) : void

Private Methods

Méthode Description
FindCustomerById ( string customerID ) : Customer

Method Details

AddCustomer() public static méthode

public static AddCustomer ( string customerID, string companyName ) : void
customerID string
companyName string
Résultat void

DeleteCustomer() public static méthode

public static DeleteCustomer ( string customerID ) : void
customerID string
Résultat void

UpdateCustomer() public static méthode

public static UpdateCustomer ( string customerID, string newCompanyName ) : void
customerID string
newCompanyName string
Résultat void