C# 클래스 VisitorPattern.Visitor.VisitorPast

访问者:完成获取视频的行为
상속: IVisitor
파일 보기 프로젝트 열기: Run2948/CSharpDesignPatterns

공개 메소드들

메소드 설명
GetVideoFree ( StudentFree studentFree ) : void
GetVideoVip ( StudentVip studentVip ) : void

메소드 상세

GetVideoFree() 공개 메소드

public GetVideoFree ( StudentFree studentFree ) : void
studentFree StudentFree
리턴 void

GetVideoVip() 공개 메소드

public GetVideoVip ( StudentVip studentVip ) : void
studentVip StudentVip
리턴 void