Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created January 21, 2019 09:14
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 simplement-e/081a4681969e2e03f2b09154a282bb5f to your computer and use it in GitHub Desktop.
Save simplement-e/081a4681969e2e03f2b09154a282bb5f to your computer and use it in GitHub Desktop.
Objets de données
class ArchivageUserEventData
{
decimal UserPk { get; set; }
string UserLogin { get; set; }
Guid? UserUxid { get; set; }
string UserType { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment