C# Class Mike.Spikes.RefactoringExample.DataAccess

Mostrar archivo Open project: mikehadlow/Mike.Spikes Class Usage Examples

Public Methods

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

Method Details

Update() public method

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

UpdateTemporaryStore() public method

public UpdateTemporaryStore ( string customer, string color, string &message ) : bool
customer string
color string
message string
return bool