Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • UserDAL

Index

Properties

Methods

Properties

Static Private tableName

tableName: string = `tblUser`

Methods

Static createTable

  • createTable(): Promise<void>

Static login

  • login(user: string, password: string): Promise<__type[]>