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