Service for Etui entity

Constructors

Methods

  • Finds a etui by its ID.

    Parameters

    • id: number

      The ID to find the etui.

    Returns Promise<null | Etui>

    The found etui.

  • Deletes an existing etui.

    Parameters

    • id: number

      The ID to find the etui to delete.

    Returns Promise<void>

    Void.

  • Updates an existing etui.

    Parameters

    • id: number

      The ID to find the etui to update.

    • data: Partial<Etui>

      The data to update the etui with.

    Returns Promise<null | Etui>

    The updated etui.