예제 #1
0
 public DefaultController(IService defaultService, ISampleLog log)
 {
     _defaultService = defaultService;
     _log            = log;
 }
예제 #2
0
 public CallController(IService callService, ISampleLog log)
 {
     _callService = callService;
     _log         = log;
 }