Skip to content

Instantly share code, notes, and snippets.

@diegobersano
Created July 11, 2016 00:33
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/0e1d99dbb508a1e0287e46c5e2854415 to your computer and use it in GitHub Desktop.
Save diegobersano/0e1d99dbb508a1e0287e46c5e2854415 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 PropertyConsoleApp { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment