Esempio n. 1
0
 public string GetContentReplay()
 {
     return(FeedBack.GetContentReplay(_id));
 }
Esempio n. 2
0
 public FeedBackArgs(FeedBack feedback, string contentreplay, bool isEdit)
 {
     _feedback      = feedback;
     _isEdit        = isEdit;
     _contentreplay = contentreplay;
 }
Esempio n. 3
0
 public string GetContent()
 {
     return(FeedBack.GetContent(_id));
 }