C# Class ConOverConf.Core.Models.Store

Afficher le fichier Open project: torkelo/pimpmycode Class Usage Examples

Méthodes publiques

Méthode Description
AddEmployee ( Employee employee ) : void
AddProduct ( Product product ) : void
MarkAsOpened ( ) : 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

MarkAsOpened() public méthode

public MarkAsOpened ( ) : void
Résultat void

Store() public méthode

public Store ( ) : System
Résultat System