C# Class AddisonWesley.Michaelis.EssentialCSharp.Chapter05.Listing05_14.DataStorage

Mostra file Open project: IntelliTect/EssentialCSharp Class Usage Examples

Public Methods

Method Description
Load ( string firstName, string lastName ) : Employee
Store ( Employee employee ) : void

Method Details

Load() public static method

public static Load ( string firstName, string lastName ) : Employee
firstName string
lastName string
return Employee

Store() public static method

public static Store ( Employee employee ) : void
employee Employee
return void