示例#1
0
 public int Create()
 {
     try
     {
         WorkWithMeDataContext oDC = new WorkWithMeDataContext();
         return(oDC.spCreatePost(OwnerUserId, TargetGroupId, ReplyPostId, Title, Content, IsSticky, EventTimeStamp));
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }