C# Class Mike.Spikes.RefactoringExample.DataAccess

Afficher le fichier Open project: mikehadlow/Mike.Spikes Class Usage Examples

Méthodes publiques

Méthode Description
Update ( string customer, string color, System.DateTime endDate, string &message ) : bool
UpdateTemporaryStore ( string customer, string color, string &message ) : bool

Method Details

Update() public méthode

public Update ( string customer, string color, System.DateTime endDate, string &message ) : bool
customer string
color string
endDate System.DateTime
message string
Résultat bool

UpdateTemporaryStore() public méthode

public UpdateTemporaryStore ( string customer, string color, string &message ) : bool
customer string
color string
message string
Résultat bool