Basic module example has two identical methods
I noticed that the simple module example has two very similar methods:
public IQueryable<Document> getApplications()
public IQueryable<Document> GetApplications()
Is that a mistake or is there reason for this pattern? I noticed a similar pattern in the PageFacade, two methods with similar names (only the casing of a single letter is different):
Hi Michiel van Oosterhout,
This is a problem on our side, and there is no specific logic tied to having the methods with similar names. We will resolve the problems with our upcoming release of the Sitefinity SDK that is underway.
Excuse us for the late response.
All the best,
Hristo Borisov
the Telerik team