예제 #1
0
 private void InitService()
 {
     ServiceInstance = this;
 }
예제 #2
0
 public ABCApp(ABCService abcService)
 {
     this.abcService = abcService;
 }