Skip to content

Instantly share code, notes, and snippets.

@beeporama
Created April 4, 2018 17:55
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 beeporama/8d0a78b183b493ef993f05234bb5ea0f to your computer and use it in GitHub Desktop.
Save beeporama/8d0a78b183b493ef993f05234bb5ea0f to your computer and use it in GitHub Desktop.
[SysODataActionAttribute("CalcMaintenanceDuration", true)]
public int CalculateMaintenanceDuration()
{
//do something
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment