Beispiel #1
0
 /// <summary>
 /// Delete
 /// </summary>
 /// <param name="id">ID</param>
 /// <returns>int</returns>
 public static int Del(int id)
 {
     try
     {
         return(BookInfoDAL.Del(id));
     }
     catch (Exception error)
     {
         throw error;
     }
 }