mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2025-12-31 08:22:41 +00:00
refactor to ddh, first commit
This commit is contained in:
9
old/modules/ad/commands/create-ad.command.ts
Normal file
9
old/modules/ad/commands/create-ad.command.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { CreateAdRequest } from '../domain/dtos/create-ad.request';
|
||||
|
||||
export class CreateAdCommand {
|
||||
readonly createAdRequest: CreateAdRequest;
|
||||
|
||||
constructor(request: CreateAdRequest) {
|
||||
this.createAdRequest = request;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user