C# Class Examples.FirstProject.Entities.Store

Show file Open project: HudsonAkridge/fluent-nhibernate Class Usage Examples

Public Methods

Method Description
AddEmployee ( Employee employee ) : void
AddProduct ( Product product ) : void
Store ( ) : System.Collections.Generic

Method Details

AddEmployee() public method

public AddEmployee ( Employee employee ) : void
employee Employee
return void

AddProduct() public method

public AddProduct ( Product product ) : void
product Product
return void

Store() public method

public Store ( ) : System.Collections.Generic
return System.Collections.Generic