Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created April 9, 2018 14:44
Show Gist options
  • Save samueleresca/efabe6e1dae24e896b6b9fa3eb6aa82c to your computer and use it in GitHub Desktop.
Save samueleresca/efabe6e1dae24e896b6b9fa3eb6aa82c to your computer and use it in GitHub Desktop.
module Blog.FSharpWebAPI.Models
// ---------------------------------
// Models
// ---------------------------------
[<CLIMutable>]
type Label =
{
Id : int
Code: string
IsoCode: string
Content: string
Inactive: bool
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment