Пример #1
0
 public bool DeleteMore(string ListId)
 {
     try { CDal.DeleteMore(ListId); return(true); }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }