C# Class DomainModel.Store

Afficher le fichier Open project: RichardWilliams/MVC-NHibernate-Ninject Class Usage Examples

Méthodes publiques

Méthode Description
AddEmployee ( Employee employee ) : void
AddProduct ( Product product ) : void
Store ( ) : System

Method Details

AddEmployee() public méthode

public AddEmployee ( Employee employee ) : void
employee Employee
Résultat void

AddProduct() public méthode

public AddProduct ( Product product ) : void
product Product
Résultat void

Store() public méthode

public Store ( ) : System
Résultat System