C# Class DISamples.Layers.DAL.ProductRepository

Show file Open project: dpdonahue/What-Is-Dependency-Injection-

Public Methods

Method Description
Get ( ) : IEnumerable
Save ( Product product ) : Product

Method Details

Get() public method

public Get ( ) : IEnumerable
return IEnumerable

Save() public method

public Save ( Product product ) : Product
product Product
return Product