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