batch 2 day 1
This commit is contained in:
parent
4a26d65bfb
commit
9aedf7e38f
@ -14,9 +14,9 @@ export class CarnetSequenceController {
|
||||
return this.carnetSequenceService.getCarnetSequence(body);
|
||||
}
|
||||
|
||||
@ApiTags('Carnet Sequence - Mssql')
|
||||
@Post('/CreateCarnetSequence/')
|
||||
createCarnetSequence(@Body() body: CreateCarnetSequenceDTO) {
|
||||
return this.carnetSequenceService.createCarnetSequence(body);
|
||||
}
|
||||
// @ApiTags('Carnet Sequence - Mssql')
|
||||
// @Post('/CreateCarnetSequence/')
|
||||
// createCarnetSequence(@Body() body: CreateCarnetSequenceDTO) {
|
||||
// return this.carnetSequenceService.createCarnetSequence(body);
|
||||
// }
|
||||
}
|
||||
|
||||
@ -39,9 +39,9 @@ export class SpContactsController {
|
||||
return this.spContactsService.setSPDefaultcontact(body);
|
||||
}
|
||||
|
||||
@ApiTags('SPContacts - Mssql')
|
||||
@Put('/UpdateSPContacts')
|
||||
updateSPContacts(@Body() body: UpdateSPContactsDTO) {
|
||||
return this.spContactsService.updateSPContacts(body);
|
||||
}
|
||||
// @ApiTags('SPContacts - Mssql')
|
||||
// @Put('/UpdateSPContacts')
|
||||
// updateSPContacts(@Body() body: UpdateSPContactsDTO) {
|
||||
// return this.spContactsService.updateSPContacts(body);
|
||||
// }
|
||||
}
|
||||
|
||||
@ -26,9 +26,9 @@ export class SpController {
|
||||
return this.spService.insertNewServiceProvider(body);
|
||||
}
|
||||
|
||||
@ApiTags('SP - Mssql')
|
||||
@Put('/UpdateServiceProvider')
|
||||
updateServiceProider(@Body() body: UpdateServiceProviderDTO) {
|
||||
return this.spService.updateServiceProvider(body);
|
||||
}
|
||||
// @ApiTags('SP - Mssql')
|
||||
// @Put('/UpdateServiceProvider')
|
||||
// updateServiceProider(@Body() body: UpdateServiceProviderDTO) {
|
||||
// return this.spService.updateServiceProvider(body);
|
||||
// }
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user