Projekt

Obecné

Profil

Stáhnout (148 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1
export class Query {
2
  query: string;
3
  date: Date;
4

    
5
  constructor(query: string, date: Date) {
6
    this.query = query;
7
    this.date = date;
8
  }
9
}
(1-1/2)