This commit is contained in:
CHIEFSOFT\ameye
2023-12-06 11:54:16 -05:00
parent 43af4cccf4
commit 60d381a483
4 changed files with 78 additions and 7 deletions
+4
View File
@@ -171,6 +171,10 @@ export class WrenchService {
getFamilyPeningList(usrData) {
return this.getPostData("familywaitingtasks", usrData);
}
processUsersContacts(usrData) {
return this.getPostData("cachecontacts", usrData);
}
getUserWallets(usrData) {
return this.getPostData("getwallets", usrData);
}