I just completed reading chapter 3. In that chapter I found what I believe to be few issues. I say
believe because I plan on reading the book first and then testing the code.
1. The following quote is taken from the chapter 3.
Quote:Here is the SQL that is needed to create this table
The SQL is not listed in the book.
2. The method GetPermissionsByAccountID hard codes the account number to be 1
3. The method GetPermissionByID should return a list. Since the PermissionID is unique, this method should return a Permission Object instead of a list
4. The Login method in the AccountService class is listed twice. The two listings do not match.