using System;
using System.Collections.Generic;
using System.Text;

namespace BBWY.Client.Models
{
    public class EnumModel
    {
        public string Name { get; set; }
        public int Index { get; set; }
    }
}