// // YOU ARE FREE TO MODIFY THIS FILE IN ANY WAY THAT YOU WISH // #include #include "Correspondence.h" using namespace std; Correspondence::Correspondence(int type, int aID, string author, string textBody) : Document(type, aID, author, textBody) { }