Skip to content

Instantly share code, notes, and snippets.

@ypcode
Created December 29, 2017 19:46
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 ypcode/662c2ae7a4607886614f93eb979ee671 to your computer and use it in GitHub Desktop.
Save ypcode/662c2ae7a4607886614f93eb979ee671 to your computer and use it in GitHub Desktop.
namespace spaddin_webapiWeb.Models
{
public class BusinessDocumentViewModel
{
public int Id { get; set; }
public string Name { get; set; }
public string Purpose { get; set; }
public string InCharge { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment