Exemplo n.º 1
0
 protected BaseService()
 {
     if (DI.CanResolve <IJSONWebClient> ())
     {
         DIUtil.InjectProps(this);
     }
 }
Exemplo n.º 2
0
 public BaseWebService()
 {
     DIUtil.InjectProps(this);
 }
Exemplo n.º 3
0
 private void InjectPropsFromDI()
 {
     DIUtil.InjectProps(this);
 }