mirror of
https://gitlab.com/mobicoop/v3/service/matcher.git
synced 2026-01-01 20:32:41 +00:00
create ad WIP, extract geography methods to dedicated module
This commit is contained in:
9
src/modules/ad/commands/create-ad.command.ts
Normal file
9
src/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