Move software files one directory up, Readme
This commit is contained in:
9
src/data/models/acts/concertModel.ts
Normal file
9
src/data/models/acts/concertModel.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
export class ConcertModel {
|
||||
id: number = -1
|
||||
date: string = ""
|
||||
name: string = ""
|
||||
price: number = 0
|
||||
image: string = ""
|
||||
inStock: number = 0
|
||||
offered: boolean = true
|
||||
}
|
||||
Reference in New Issue
Block a user