C# 클래스 DISamples.Layers.DAL.ProductRepository

파일 보기 프로젝트 열기: dpdonahue/What-Is-Dependency-Injection-

공개 메소드들

메소드 설명
Get ( ) : IEnumerable
Save ( Product product ) : Product

메소드 상세

Get() 공개 메소드

public Get ( ) : IEnumerable
리턴 IEnumerable

Save() 공개 메소드

public Save ( Product product ) : Product
product Product
리턴 Product