Created
March 5, 2017 16:55
-
-
Save hishaamn/8b72f553c4ded1779697a01ce35d9814 to your computer and use it in GitHub Desktop.
Method call from powershell
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 Demo | |
{ | |
public bool GetResponse(string userInput, Item templateItem) | |
{ | |
//Perform the different logic here | |
... | |
... | |
return response | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment