diff --git a/chap3_your_first_mvc_app/PartyInvites/Models/GuestResponse.cs b/chap3_your_first_mvc_app/PartyInvites/Models/GuestResponse.cs new file mode 100644 index 0000000..c91944f --- /dev/null +++ b/chap3_your_first_mvc_app/PartyInvites/Models/GuestResponse.cs @@ -0,0 +1,10 @@ +namespace PartyInvites.Models +{ + public class GuestResponse + { + public string Name { get; set; } + public string Email { get; set; } + public string Phone { get; set; } + public bool? WillAttend { get; set; } + } +} \ No newline at end of file diff --git a/chap3_your_first_mvc_app/PartyInvites/PartyInvites.csproj b/chap3_your_first_mvc_app/PartyInvites/PartyInvites.csproj index 350f719..c684ce8 100644 --- a/chap3_your_first_mvc_app/PartyInvites/PartyInvites.csproj +++ b/chap3_your_first_mvc_app/PartyInvites/PartyInvites.csproj @@ -1,7 +1,7 @@  - - + + Debug AnyCPU @@ -15,13 +15,13 @@ v4.8 false true - - - - - - - + + + + + + + true @@ -42,24 +42,24 @@ 4 - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + True ..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll @@ -113,77 +113,77 @@ - - - - + + + + Global.asax - + + - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + Web.config Web.config - - - - - - - + + + + + + + - - + - - - - - - - - - - - + + + + + + + + + + + 10.0 $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion) - - + + - + @@ -196,7 +196,7 @@ http://localhost:5000/ False False - + False @@ -206,7 +206,7 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - +