Exemplo n.º 1
0
 public void OnCheckoutRatings()
 {
     commentView.LoadComments(teacher.comments, false);
     commentViewBase.OnOpen();
 }
Exemplo n.º 2
0
 public void OnRate()
 {
     ratingView.Initialize(teacher);
     ratingViewBase.OnOpen();
 }
Exemplo n.º 3
0
 public void OnCheckoutRatings()
 {
     commentView.LoadComments((currentUser as Teacher).comments, true);
     commentViewBase.OnOpen();
 }