Exemplo n.º 1
0
 public T CreateObject <T>()
 {
     return(InstantiationService.CreateObject <T>(_resolver));
 }
Exemplo n.º 2
0
 public T CreateObject <T>()
 {
     return(InstantiationService.CreateObject <T>(this));
 }