C# 클래스 ServiceBase, LearningPoint

A base class for a business logic service.
파일 보기 프로젝트 열기: anuviswan/LearningPoint 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_mediator MediatorBase

공개 메소드들

메소드 설명
SetMediator ( MediatorBase mediator ) : void

메소드 상세

SetMediator() 공개 메소드

public SetMediator ( MediatorBase mediator ) : void
mediator MediatorBase
리턴 void

프로퍼티 상세

_mediator 보호되어 있는 프로퍼티

protected MediatorBase _mediator
리턴 MediatorBase