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
CleanCart
Persistence
FakeInMemory
InMemoryCatalogItemRepository
C# Class CleanCart.Persistence.FakeInMemory.InMemoryCatalogItemRepository
Inheritance:
ICatalogItemRepository
Show file
Open project: ElapseTech/cleancart.net
Class Usage Examples
Public Methods
Method
Description
FindAll
( ) :
IList
Persist
(
CatalogItem
catalogItem
) :
void
Method Details
FindAll()
public
method
public
FindAll
( ) :
IList
return
IList
Persist()
public
method
public
Persist
(
CatalogItem
catalogItem
) :
void
catalogItem
CleanCart.Domain.CatalogItem
return
void