Example #1
0
File: Note.cs Project: zonaid/ncqrs
 protected void OnNoteCreated(NoteCreated e)
 {
     NoteText = e.NoteText;
 }
Example #2
0
 protected void OnNoteCreated(NoteCreated e)
 {
     NoteText = e.NoteText;
 }