C# 클래스 Rebel.Tests.DependencyOperations.IoCStubs.MyClassImplementingInterface

상속: IMyInterface
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
MyClassImplementingInterface ( ) : System
MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System
MyClassImplementingInterface ( string myParam ) : System

메소드 상세

MyClassImplementingInterface() 공개 메소드

public MyClassImplementingInterface ( ) : System
리턴 System

MyClassImplementingInterface() 공개 메소드

public MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System
myService IMyParamTypeInterface
리턴 System

MyClassImplementingInterface() 공개 메소드

public MyClassImplementingInterface ( string myParam ) : System
myParam string
리턴 System