Logo white

Administrator / maps_core

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • maps_core
  • Entities
  • RoadCategory.cs
  • add all
    0955a009
    Vitaliy authored
    2017-01-24 12:19:55 +0200  
    Browse Code »
RoadCategory.cs 220 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
using System;
using System.Collections.Generic;

namespace Maps.Entities
{
    public partial class RoadCategory
    {
        public int RoadCategoryId { get; set; }
        public string Value { get; set; }
    }
}