Esempio n. 1
0
 // Constructor providing default for docService
 public Test()
 {
     docService = new RemoteDoc.Documentation();
 }
Esempio n. 2
0
 // Constructor for injection
 public Test(RemoteDoc.IDocumentation serv)
 {
     docService = serv;
 }