.
This commit is contained in:
parent
220d57cb7b
commit
93e0e6be65
@ -22,14 +22,14 @@ import {
|
||||
} from "@repo/rdx-ddd";
|
||||
import { Result } from "@repo/rdx-utils";
|
||||
|
||||
import type { CustomerSummary, ICustomerSummaryMapper } from "../../../application";
|
||||
import type { CustomerSummary } from "../../../application";
|
||||
import { CustomerStatus } from "../../../domain";
|
||||
import type { CustomerModel } from "../../sequelize";
|
||||
|
||||
export class SequelizeCustomerSummaryMapper
|
||||
extends SequelizeQueryMapper<CustomerModel, CustomerSummary>
|
||||
implements ICustomerSummaryMapper
|
||||
{
|
||||
export class SequelizeCustomerSummaryMapper extends SequelizeQueryMapper<
|
||||
CustomerModel,
|
||||
CustomerSummary
|
||||
> {
|
||||
public mapToReadModel(
|
||||
raw: CustomerModel,
|
||||
params?: MapperParamsType
|
||||
|
||||
Loading…
Reference in New Issue
Block a user