Created
January 31, 2016 01:10
-
-
Save msrivastav13/11c85062a4e3e4c2c679 to your computer and use it in GitHub Desktop.
FuncommunityController
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public class FuncommunityController { | |
@AuraEnabled | |
public static String fetchTopicName(String topicname){ | |
system.debug(topicname); | |
return topicname; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment