added age to result

This commit is contained in:
Michael Mandl 2018-06-09 13:13:00 +02:00
parent bc7be14c65
commit da2aa89059
7 changed files with 69 additions and 5 deletions

View file

@ -33,6 +33,6 @@ public:
Age getAge() const
{
return {};
return { m_dateOfBirth, m_dateOfTest };
}
};