Skip to content

Instantly share code, notes, and snippets.

@richardprice
Created August 23, 2013 16:56
Show Gist options
  • Save richardprice/6321554 to your computer and use it in GitHub Desktop.
Save richardprice/6321554 to your computer and use it in GitHub Desktop.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace SimpleAuthAutofacExample.Models
{
public class IndexViewModel
{
public string ErrorMessage { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment