Example #1
0
 public PostCmd(ICommentCmd vm)
 {
     VM = vm;
 }
 public DeleteCommentCmd(ICommentCmd vm)
 {
     VM = vm;
 }
Example #3
0
 public EditCommentCmd(ICommentCmd vm)
 {
     VM = vm;
 }