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