Esempio n. 1
0
 public T Inject <T>()
 {
     return((T)_diConfig.Get(typeof(T)));
 }