Beispiel #1
0
 public static bool AddBookToIndent(string id, int num)
 {
     result = BookInfoDAL.AddToIndent(id, num);
     if (result > 0)
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }