added age to result
This commit is contained in:
parent
bc7be14c65
commit
da2aa89059
7 changed files with 69 additions and 5 deletions
|
@ -33,6 +33,6 @@ public:
|
|||
|
||||
Age getAge() const
|
||||
{
|
||||
return {};
|
||||
return { m_dateOfBirth, m_dateOfTest };
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue