StateCommonSelectListDsM.cs 176 Bytes
namespace MapsModels.DsModels
{
    public class StateCommonSelectListDsM
    {
        public int StateCommonId { get; set; }
        public string Value { get; set; }
    }
}