Guest User

Untitled

a guest
Jun 22nd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. namespace DurableFunctions.Demo.DotNetCore.Basics
  2. {
  3. public static class FunctionName
  4. {
  5. public const string HelloNameActivity = "HelloNameActivity";
  6.  
  7. public const string HelloNameOrchestration = "HelloNameOrchestration";
  8. }
  9. }
Add Comment
Please, Sign In to add comment