pedropaf / saas-ecom

Subscription support for ASP.NET MVC 5 apps using Stripe, including out-of-the-box view helpers. Available via NuGET
http://www.saasecom.org
Apache License 2.0
100 stars 41 forks source link

Missing documentation on IDbContext<ApplicationUser> #10

Open las3r opened 8 years ago

las3r commented 8 years ago

Hi there,

I followed your steps to get up and running but after the "it should now build without problems" I did have a problem: Your billing controller threw errors - I wasn't implementing your IDbContext in my ApplicationDbContext (I've extracted this class from the default Model it's placed in for better readability.

Please add this instruction for others :)

Jusharra commented 8 years ago

I experienced similar errors as well.

pedropaf commented 8 years ago

Hi @SirDev @Jusharra sorry that you had some issues. I don't really get what the problem is. Can you please provide more details so it can be addressed? Thanks!