Exemplo n.º 1
0
 public ImplementedInterfaceViewModel(DocumentIdViewModel id,
                                      DocumentUriViewModel uri,
                                      IndexTitlesViewModel titles,
                                      BasicCommentViewModel comment)
     : base(id, uri, titles)
 {
     Comment = comment;
 }
Exemplo n.º 2
0
 public ValueViewModel(string uri, string title, BasicCommentViewModel comment)
 {
     Uri     = uri;
     Title   = title;
     Comment = comment;
 }