Skip to content

Instantly share code, notes, and snippets.

@bjoerntx
Created January 27, 2020 10:09
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/73ce2494f585b91e062540071b9d8d07 to your computer and use it in GitHub Desktop.
Save bjoerntx/73ce2494f585b91e062540071b9d8d07 to your computer and use it in GitHub Desktop.
namespace myFirstAzureWebApp.Models
{
public class DocumentView
{
public string DocumentName { get; set; }
public string DocumentData { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment