Exemplo n.º 1
0
 public DojoService(IStringCompiler stringCompiler)
 {
     _stringCompiler = stringCompiler;
     _assemblies = new Dictionary<string, Assembly>();
     
 }
Exemplo n.º 2
0
 public DojoService(IStringCompiler stringCompiler)
 {
     _stringCompiler = stringCompiler;
     _assemblies     = new Dictionary <string, Assembly>();
 }