Logo white

Administrator / ng-artbox-maps

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ng-artbox-maps
  • src
  • app
  • models
  • regionselectlist.ts
  • Table
    6c0454b9
    Yarik authored
    2017-02-08 18:29:42 +0200  
    Browse Code ยป
regionselectlist.ts 75 Bytes
Edit Raw Blame History
1 2 3 4
export class RegionSelectList {
    regionId: number;
    name: string;
 }