Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CustomerService

Hierarchy

  • CustomerService

Index

Methods

createCustomer

  • createCustomer(customerDoc: any): Promise<Customer & Document>

findByIds

  • findByIds(ids: any[]): Promise<(Customer & Document)[]>

getAll

  • getAll(): Promise<(Customer & Document)[]>

getById

  • getById(id: any): Promise<Customer & Document>

saveOrUpdateCustomer

updateCustomer

  • updateCustomer(id: any, customerDoc: any): Promise<Customer & Document>

Generated using TypeDoc