Last active
October 16, 2019 04:21
-
-
Save pawelpabich/73fe4d34a81587d850d4e1fe5084e991 to your computer and use it in GitHub Desktop.
Stateless function
This file contains 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
#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