using System; namespace MvcSample.Web { public class Product { public int SampleInt { get; set; } } }