How to use GetProjectName
Hello everyone!
I try to use 'GetProjectName()', that you can find for example in 'EntitySevices'.
But how it works? This function don't have any params, so how should I use it? When I choose this function in services list, I get this:
var result = Resources["EntityServices"].GetProjectName();
And of course, result is always empty.
Thank you in advance.

