added first domain model
This commit is contained in:
7
src/framework/mapper/mapper.ts
Normal file
7
src/framework/mapper/mapper.ts
Normal file
@ -0,0 +1,7 @@
|
||||
import { CamelCaseNamingConvention, createMapper } from "@automapper/core";
|
||||
import { classes } from "@automapper/classes";
|
||||
|
||||
export const mapper = createMapper({
|
||||
strategyInitializer: classes(),
|
||||
namingConventions: new CamelCaseNamingConvention()
|
||||
});
|
||||
Reference in New Issue
Block a user