Skip to content

Instantly share code, notes, and snippets.

@pawelpabich
Last active October 16, 2019 04:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pawelpabich/73fe4d34a81587d850d4e1fe5084e991 to your computer and use it in GitHub Desktop.
Save pawelpabich/73fe4d34a81587d850d4e1fe5084e991 to your computer and use it in GitHub Desktop.
Stateless function
#Defintion
public static class SetServerUrl
{
public static Task Run(paramters)
{
//Body
}
}
#Usage
SetServerUrl.Run(params);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment