C# Class Cats.Services.Common.LogReadService

Inheritance: ILogReadService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
Dispose ( ) : void
FindBy ( bool>.Expression predicate ) : List
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllLog ( ) : List
LogReadService ( IUnitOfWork unitOfWork ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FindBy() public method

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
return List

Get() public method

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
return IEnumerable

GetAllLog() public method

public GetAllLog ( ) : List
return List

LogReadService() public method

public LogReadService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System