Something() public method

public Something ( ) : void
return void
Beispiel #1
0
 public void CallSomething()
 {
     abstractDependency.Something();
 }