C# Class MvcTemplate.Services.BaseService

Inheritance: IService
Afficher le fichier Open project: NonFactors/MVC5.Template Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
BaseService ( IUnitOfWork unitOfWork ) : MvcTemplate.Data.Core

Method Details

BaseService() protected méthode

protected BaseService ( IUnitOfWork unitOfWork ) : MvcTemplate.Data.Core
unitOfWork IUnitOfWork
Résultat MvcTemplate.Data.Core

Dispose() public méthode

public Dispose ( ) : void
Résultat void