View questionnaireAnswered
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ad8c9f89-3405-4142-9d02-a76e7ed079d8", | |
"subject": "/microbizz/questionnaireAnswered/KAP/RD0003FF2C8218", | |
"data": { | |
"EventMethod": 3, | |
"Entity": { | |
"Id": 13355, | |
"Title": "FF Afslut KAP-installation", | |
"UserId": "154", | |
"UserText": "Simon Mønster Nautrup", |
View gist:32911e855c5da930d1e9c9299a261014
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Username | |
{ | |
string _value; | |
public override string ToString() | |
{ | |
return this.value.ToString(); | |
} | |
public Username(string username) | |
{ | |
_value = username; |