Ejemplo n.º 1
0
 public bool ReadReply(string replyID)
 {
     return(bll.Read(new NotifyQueryForm
     {
         ReplyID = replyID,
     }));
 }