using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace Sleis.Models { public class SimpleEmissionUnit:BaseIdentityModel { public string Identifier { get; set; } public string Description { get; set; } } }