Example #1
0
 public long VoteContent(DtoNewsFeed news)
 {
     try
     {
         _daltag = new DalTag();
         return(_daltag.VoteContent(news));
     }
     catch (Exception ex)
     {
         ex.ToExceptionless().Submit();
     }
     return(0);
 }