This commit is contained in:
Sébastien André
2021-03-29 09:36:37 +02:00
parent 201a563fbc
commit b2941cf6d4
6 changed files with 25 additions and 33 deletions

View File

@@ -18,15 +18,13 @@ export class GearService extends BaseService {
});
}
public AddGear(
name: string,
manufacturer: string,
minSize: number,
maxSize: number,
aad: string,
mainCanopy: string,
reserveCanopy: string
) {
public AddGear(name: string,
manufacturer: string,
minSize: number,
maxSize: number,
aad: string,
mainCanopy: string,
reserveCanopy: string) {
const bodyNewGear: GearReq = {
id: 0,
name: name,