This commit is contained in:
2017-01-16 15:34:05 +01:00
parent 2a64f2dc84
commit da08bc5368
16 changed files with 113 additions and 11 deletions

View File

@ -19,7 +19,8 @@ namespace Yavsc.Helpers
EventDate = query.EventDate,
Location = query.Location,
Id = query.Id,
Reason = query.Reason
Reason = query.Reason,
ActivityCode = query.ActivityCode
};
return yaev;
}