Options
All
  • Public
  • Public/Protected
  • All
Menu

Class for Product DAO, contains every methods possible on Product collection IProductDao

Hierarchy

  • ProductDao

Implements

Index

Methods

add

delete

  • delete(_id: string): Promise<void>

getOne

  • getOne(_id: string): Promise<IProduct | null>

read

update

Generated using TypeDoc