Exemplo n.º 1
0
 public List <DtoTag> GetWebsiteTags(long Id)
 {
     try
     {
         _daltag = new DalTag();
         return(_daltag.GetWebsiteTags(Id));
     }
     catch (Exception ex)
     {
         ex.ToExceptionless().Submit();
     }
     return(null);
 }