Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@coryt
Created January 26, 2015 01:39
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 coryt/d07e95b403c4996600b8 to your computer and use it in GitHub Desktop.
Save coryt/d07e95b403c4996600b8 to your computer and use it in GitHub Desktop.
public class ThrottleInfoAttribute : Attribute
{
public int PerMinute { get; set; }
public int PerHour { get; set; }
public int PerDay { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment