use query for get api

This commit is contained in:
2023-01-16 00:30:03 +01:00
parent 18cfd6b2c4
commit 387bf9d423
2 changed files with 13 additions and 4 deletions
-3
View File
@@ -1,6 +1,3 @@
from src.pojo.contact_pojo import ContactPojo
class EmailReceiver:
def __init__(self, mail_address: str, store_type: int, id: str, date: str):
self.mail_address = mail_address