예제 #1
0
 public BacklogReviewTextPropertyViewerBlock([NotNull] ReviewInfo info)
 {
     Text = info.Text;
 }
 public BacklogReviewSettledByPropertyViewerBlock([NotNull] ReviewInfo info)
 {
     Text = info.SettledBy;
 }
예제 #3
0
 public BacklogReviewSettledOnPropertyViewerBlock([NotNull] ReviewInfo info)
 {
     Text = info.SettledOn.ToString();
 }