示例#1
0
 public void UpdateMemberMessageState(Guid UserId)
 {
     try { MDal.UpdateMemberMessageState(UserId); }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }