Working on membership module routes, methods, and models

This commit is contained in:
Scott Idem
2021-06-21 18:10:24 -04:00
parent 728682a07f
commit b6ca0eb3f2
4 changed files with 35 additions and 3 deletions

View File

@@ -16,6 +16,7 @@ def load_membership_member_profile_obj(
by_alias: bool = True,
exclude_unset: bool = True,
model_as_dict: bool = False,
inc_address: bool = False,
inc_contact: bool = False,
inc_organization: bool = False,
) -> Membership_Member_Profile_Base|dict|bool: