Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
DomainModel
Store
Store
DomainModel.Store.Store C# (CSharp) Method
Store Class Documentation
Show file
Open project: RichardWilliams/MVC-NHibernate-Ninject
Store()
public
method
public
Store
( ) :
System
return
System
public Store() { Products = new List<Product>(); Employees = new List<Employee>(); }
Store
AddEmployee
AddProduct
Store