메소드 | 설명 | |
---|---|---|
MyClassImplementingInterface ( ) : System | ||
MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System | ||
MyClassImplementingInterface ( string myParam ) : System |
public MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System | ||
myService | IMyParamTypeInterface | |
리턴 | System |
public MyClassImplementingInterface ( string myParam ) : System | ||
myParam | string | |
리턴 | System |