public ValuesController(IAspectCoreService aService = null, ICastleService cService = null, IWebApiClientService webApiClientService = null)
 {
     this._aService            = aService;
     this._cService            = cService;
     this._webApiClientService = webApiClientService;
 }
Example #2
0
 public ValuesController(IAspectCoreService aService = null, ICastleService cService = null)
 {
     this._aService = aService;
     this._cService = cService;
 }