Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created August 25, 2019 03:10
Show Gist options
  • Save simplement-e/c21487811f6ce81d935c6aaf85268c7a to your computer and use it in GitHub Desktop.
Save simplement-e/c21487811f6ce81d935c6aaf85268c7a to your computer and use it in GitHub Desktop.
Objets de données
class ModificationUserEventData
{
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