Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AuthorService

Hierarchy

  • AuthorService

Index

Methods

createAuthor

findByIds

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

getAll

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

getById

  • getById(id: any): Promise<Author>

updateAuthor

Generated using TypeDoc