C# Class RallyCat.Core.DataAccess.RallySlackMappingRepository

Inheritance: IRallySlackMappingRepository
Afficher le fichier Open project: FinoConsulting/RallyCat Class Usage Examples

Méthodes publiques

Свойство Type Description
_dbContext IDbContext

Méthodes publiques

Méthode Description
GetAll ( ) : Result>
RallySlackMappingRepository ( IDbContext dbContext ) : System.Collections.Generic

Method Details

GetAll() public méthode

public GetAll ( ) : Result>
Résultat Result>

RallySlackMappingRepository() public méthode

public RallySlackMappingRepository ( IDbContext dbContext ) : System.Collections.Generic
dbContext IDbContext
Résultat System.Collections.Generic

Property Details

_dbContext public_oe property

public IDbContext _dbContext
Résultat IDbContext