Exemplo n.º 1
0
        public void ShowComment(string owner, string reviewer, string name)
        {
            string comment = data.GetComment(owner, reviewer, name);

            view.SetCommentText(comment);
        }