Skip to content

Instantly share code, notes, and snippets.

@hishaamn
Created March 5, 2017 16:55
Show Gist options
  • Save hishaamn/8b72f553c4ded1779697a01ce35d9814 to your computer and use it in GitHub Desktop.
Save hishaamn/8b72f553c4ded1779697a01ce35d9814 to your computer and use it in GitHub Desktop.
Method call from powershell
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