This commit is contained in:
CHIEFSOFT\ameye
2023-06-24 12:18:28 -04:00
parent e565f31752
commit 4e29e9bd95
5 changed files with 84 additions and 34 deletions
+3
View File
@@ -45,6 +45,9 @@ export class WrenchService {
getPaymentHx(usrData) {
return this.getPostData("paymenthx", usrData);
}
getJobsData(usrData) {
return this.getPostData("getjobsdata", usrData);
}
/*