C# Class InjectableWebForms.Persistence.Impl.StaticPersonRepository
ファイルを表示
Open project: jglozano/samples
Public Methods
Method |
Description |
|
Create ( Person person ) : void |
|
|
Retrieve ( ) : IList |
|
|
Private Methods
Method Details
public Create ( Person person ) : void |
person |
Domain.Person |
|
return |
void |
|
public Retrieve ( ) : IList |
return |
IList |
|