Hi guys, sorry for my english.
I'm developing an app that was started by other programmer and he implemented the ASP.NET Boilerplate architecture.
He put some methods in the Application Tier that i can call them perfectly from the Web Tier in the client JS. Im added some methods to the Application Tier in one of the services, but when i try to call those method i created, i get an error "lotService.GetPayment is not a function", But i already have the GetPayment method implemented.
What am i doing wrong?
Thank you in advance!