C# Class Lending.ReadModels.Relational.SearchForBook.SearchForBook

Inheritance: Joshilewis.Cqrs.Query.AuthenticatedQuery
显示文件 Open project: joshilewis/lending

Public Methods

Method Description
SearchForBook ( ) : System
SearchForBook ( System.Guid userId, string searchString ) : System

Method Details

SearchForBook() public method

public SearchForBook ( ) : System
return System

SearchForBook() public method

public SearchForBook ( System.Guid userId, string searchString ) : System
userId System.Guid
searchString string
return System