C# 클래스 Recipes.ReadModel.RecipeProvider

상속: IRecipeProvider
파일 보기 프로젝트 열기: gnschenker/RecipesWithCqrsAndEs

공개 메소드들

메소드 설명
GetByName ( int pagesize, int skip ) : IEnumerable
RecipeProvider ( RecipeView>.IAtomicReader reader, RecipeByNameIndex>.IAtomicReader indexReader ) : System.Collections.Generic

메소드 상세

GetByName() 공개 메소드

public GetByName ( int pagesize, int skip ) : IEnumerable
pagesize int
skip int
리턴 IEnumerable

RecipeProvider() 공개 메소드

public RecipeProvider ( RecipeView>.IAtomicReader reader, RecipeByNameIndex>.IAtomicReader indexReader ) : System.Collections.Generic
reader RecipeView>.IAtomicReader
indexReader RecipeByNameIndex>.IAtomicReader
리턴 System.Collections.Generic