Пример #1
0
        private void ExecuteSeeCommentsStart(InvoiceListItemViewModel invoice)
        {
            var commentView             = new InvoiceComments();
            var invoiceCommentViewModel = new InvoiceCommentViewModel(invoice, _dataService, _userRepository, _userSession);

            commentView.ViewModel = invoiceCommentViewModel;
            commentView.Show();
        }