示例#1
0
 public int?GetMessagelistConut(Guid?UserId)
 {
     try { return(MDal.GetMessagelistConut(UserId)); }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }