Rename the methods

This commit is contained in:
Sébastien ANDRE
2023-06-29 15:59:58 +02:00
parent f789a4269a
commit 8598f4e087
23 changed files with 62 additions and 67 deletions
@@ -19,7 +19,7 @@ export class GearService extends BaseService {
return this.serviceCacheApi.get<Array<GearResp>>(CacheApiKey.Gear, callToApi);
}
public AddGear(name: string,
public addGear(name: string,
manufacturer: string,
minSize: number,
maxSize: number,