2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System.Web.DynamicData / Test / Common / FooNoScaffold.cs
1 using System;
2 using System.Collections.Generic;
3 using System.ComponentModel.DataAnnotations;
4 using System.Linq;
5 using System.Text;
6
7 namespace MonoTests.Common
8 {
9         [ScaffoldTable(false)]
10         class FooNoScaffold
11         {
12                 public string Column1 { get; set; }
13         }
14 }