notification starter

This commit is contained in:
CHIEFSOFT\ameye
2023-07-30 12:58:14 -04:00
parent 24257a4d4f
commit eb5451c574
7 changed files with 51 additions and 15 deletions
+4
View File
@@ -24,6 +24,10 @@ export class WrenchService {
);
}
getMyNotifications(usrData) {
return this.getPostData('mynotifications',usrData);
}
loginUser(loginData) {
return this.getPostData('userlogin',loginData);
}