C# Class MvcTemplate.Services.BaseService

Inheritance: IService
Exibir arquivo Open project: NonFactors/MVC5.Template Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
BaseService ( IUnitOfWork unitOfWork ) : MvcTemplate.Data.Core

Method Details

BaseService() protected method

protected BaseService ( IUnitOfWork unitOfWork ) : MvcTemplate.Data.Core
unitOfWork IUnitOfWork
return MvcTemplate.Data.Core

Dispose() public method

public Dispose ( ) : void
return void