Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created April 3, 2023 17:42
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 bjoerntx/7804390fa7ff0d7bbc226a15abf6d4a7 to your computer and use it in GitHub Desktop.
Save bjoerntx/7804390fa7ff0d7bbc226a15abf6d4a7 to your computer and use it in GitHub Desktop.
public class SimpleMergeData {
public string firstname { get; set; }
public string name { get; set; }
public string company { get; set; }
public string street { get; set; }
public string zip { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment