Esempio n. 1
0
 public static bool DeleteIndent(string id)
 {
     result = BookInfoDAL.DeleteIndent(id);
     if (result > 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }