Ejemplo n.º 1
0
 public bool PicReview(MsgInformationEx MsgDTO, object[] param)
 {
     PicReviewSvc.Review(MsgDTO);
     return(true);
 }