C# Class JustPressPlay.Models.Repositories.Repository

Afficher le fichier Open project: RIT-MAGIC/JustPressPlay

Protected Properties

Свойство Type Description
_dbContext JustPressPlayDBEntities
_unitOfWork IUnitOfWork

Méthodes publiques

Méthode Description
Repository ( IUnitOfWork unitOfWork ) : System

Creates a new repository with the specified dbContext

Method Details

Repository() public méthode

Creates a new repository with the specified dbContext
public Repository ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork The unit of work that created this repo
Résultat System

Property Details

_dbContext protected_oe property

protected JustPressPlayDBEntities _dbContext
Résultat JustPressPlayDBEntities

_unitOfWork protected_oe property

protected IUnitOfWork _unitOfWork
Résultat IUnitOfWork