C# 클래스 Ru.GameSchool.BusinessLayer.Services.BaseService

Abstract base class that all services inherit from.
파일 보기 프로젝트 열기: davidein/Ru.GameSchool

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SetDatasource ( IGameSchoolEntities dataSource ) : void

Sets up a new datasource.

보호된 메소드들

메소드 설명
Save ( ) : void

Save all changes to the datasource.

메소드 상세

Save() 보호된 메소드

Save all changes to the datasource.
protected Save ( ) : void
리턴 void

SetDatasource() 공개 메소드

Sets up a new datasource.
public SetDatasource ( IGameSchoolEntities dataSource ) : void
dataSource IGameSchoolEntities A datasource that implements the IGameSchoolEntities interface.
리턴 void