update ts aurelia petstore samples

This commit is contained in:
wing328
2018-01-29 16:42:16 +08:00
parent 7faaa091cd
commit 36b042d605
4 changed files with 4 additions and 1 deletions

View File

@@ -90,6 +90,7 @@ export class PetApi extends Api {
* Creates a new PetApi class.
*
* @param httpClient The Aurelia HTTP client to be injected.
* @param authStorage A storage for authentication data.
*/
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
super(httpClient, authStorage);

View File

@@ -55,6 +55,7 @@ export class StoreApi extends Api {
* Creates a new StoreApi class.
*
* @param httpClient The Aurelia HTTP client to be injected.
* @param authStorage A storage for authentication data.
*/
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
super(httpClient, authStorage);

View File

@@ -85,6 +85,7 @@ export class UserApi extends Api {
* Creates a new UserApi class.
*
* @param httpClient The Aurelia HTTP client to be injected.
* @param authStorage A storage for authentication data.
*/
constructor(httpClient: HttpClient, authStorage: AuthStorage) {
super(httpClient, authStorage);