Chapter 3 Problem
On Default.aspx.cs at the end of chapter 3 I'm getting compilation errors.
"ASPPatterns.Chap3.Layered.WebUI_Default does not implement interface member 'ASPPatterns.Chap3.Layered.Presentation.IProductLi stView.CustomerType.
I have "public partial class _Default : System.Web.UI.Page, IProductListView"
What am I missing?
Thanks,
Tim
|