C# Class Ru.GameSchool.BusinessLayer.Services.BaseService

Abstract base class that all services inherit from.
Afficher le fichier Open project: davidein/Ru.GameSchool

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
SetDatasource ( IGameSchoolEntities dataSource ) : void

Sets up a new datasource.

Méthodes protégées

Méthode Description
Save ( ) : void

Save all changes to the datasource.

Method Details

Save() protected méthode

Save all changes to the datasource.
protected Save ( ) : void
Résultat void

SetDatasource() public méthode

Sets up a new datasource.
public SetDatasource ( IGameSchoolEntities dataSource ) : void
dataSource IGameSchoolEntities A datasource that implements the IGameSchoolEntities interface.
Résultat void