コード例 #1
0
 public static bool CancellaModelliDelega(List <string> ids, Page page)
 {
     try
     {
         return(docsPaWS.DeleteModelliDelega(ids.ToArray()));
     }
     catch (Exception e)
     {
         ErrorManager.redirect(page, e);
     }
     return(false);
 }