basic services joins
This commit is contained in:
parent
e404989a28
commit
fcbfe560c3
13 changed files with 75 additions and 26 deletions
|
@ -4,7 +4,7 @@ import DatabaseActionException from "../../exceptions/databaseActionException";
|
|||
|
||||
export default abstract class DamageReportService {
|
||||
/**
|
||||
* @description get all damageReport types
|
||||
* @description get all damageReports
|
||||
* @returns {Promise<Array<damageReport>>}
|
||||
*/
|
||||
static async getAll(): Promise<Array<damageReport>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue