Skip to content

Instantly share code, notes, and snippets.

@diegobersano
Created July 11, 2016 00:32
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 diegobersano/d8e5c1a11b1c23ef7e07c9d835b0d1e7 to your computer and use it in GitHub Desktop.
Save diegobersano/d8e5c1a11b1c23ef7e07c9d835b0d1e7 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Text;
namespace SharedEntities
{
public partial class User
{
public string Name { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment