Esempio n. 1
0
 public void AddCommonService <T>(T instance)
 {
     ServiceProxyResponder.AddCommonService <T>(instance);
 }
Esempio n. 2
0
 public void AddCommonService <T>()
 {
     ServiceProxyResponder.AddCommonService <T>((T)typeof(T).Construct());
 }