Blame view

src/app/models/statecommonselectlist.ts 86 Bytes
6c0454b9   Yarik   Table
1
2
3
4
  export class StateCommonSelectList {
      stateCommonId: number;
      value: string;
   }