C# Class RallyCat.Core.DataAccess.RallySlackMappingRepository

Inheritance: IRallySlackMappingRepository
Mostra file Open project: FinoConsulting/RallyCat Class Usage Examples

Public Properties

Property Type Description
_dbContext IDbContext

Public Methods

Method Description
GetAll ( ) : Result>
RallySlackMappingRepository ( IDbContext dbContext ) : System.Collections.Generic

Method Details

GetAll() public method

public GetAll ( ) : Result>
return Result>

RallySlackMappingRepository() public method

public RallySlackMappingRepository ( IDbContext dbContext ) : System.Collections.Generic
dbContext IDbContext
return System.Collections.Generic

Property Details

_dbContext public_oe property

public IDbContext _dbContext
return IDbContext