C# 클래스 TiendaVirtual.DataAccess.ProductoDAO

파일 보기 프로젝트 열기: snahider/Test-Automation-NET 1 사용 예제들

공개 메소드들

메소드 설명
Buscar ( string categoria ) : IQueryable
Obtener ( int id ) : Producto
ProductoDAO ( DatabaseContext context ) : System.Linq

메소드 상세

Buscar() 공개 메소드

public Buscar ( string categoria ) : IQueryable
categoria string
리턴 IQueryable

Obtener() 공개 메소드

public Obtener ( int id ) : Producto
id int
리턴 TiendaVirtual.Domain.Producto

ProductoDAO() 공개 메소드

public ProductoDAO ( DatabaseContext context ) : System.Linq
context DatabaseContext
리턴 System.Linq