//public static int ModifyContent(string recontentery, DateTime createdon, int topicid, int userid, int replyid) //{ // LBBS.Model.ContentReply contentreply = ReSevice.GetContentReplyByID(replyid); // contentreply.User = UserManager.GetUserById1(userid); // contentreply.Content = ContentService.GetContentById(topicid); // contentreply.Createon = createdon; // contentreply.Recontentery = recontentery; // return ReSevice.ModifyContentReply(contentreply); //} public static int ModifyContentReply(ContentReply contentreply) { return(ReSevice.ModifyContentReply(contentreply)); }