C# Class Rebel.Tests.DependencyOperations.IoCStubs.MyClassImplementingInterface

Inheritance: IMyInterface
Show file Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Public Methods

Method Description
MyClassImplementingInterface ( ) : System
MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System
MyClassImplementingInterface ( string myParam ) : System

Method Details

MyClassImplementingInterface() public method

public MyClassImplementingInterface ( ) : System
return System

MyClassImplementingInterface() public method

public MyClassImplementingInterface ( IMyParamTypeInterface myService ) : System
myService IMyParamTypeInterface
return System

MyClassImplementingInterface() public method

public MyClassImplementingInterface ( string myParam ) : System
myParam string
return System