Beispiel #1
0
 public TagAddedToStory(StoryId storyId, TagId tagId, string tag, string storyName)
 {
     StoryId   = storyId;
     TagId     = tagId;
     Tag       = tag;
     StoryName = storyName;
 }
Beispiel #2
0
 public TagCreated(string tag, TagId tagId)
 {
     Tag   = tag;
     TagId = tagId;
 }