more seeds
This commit is contained in:
@@ -5,11 +5,13 @@
|
||||
* Aggregate root for sponsor information.
|
||||
*/
|
||||
import type { IEntity } from '@core/shared/domain';
|
||||
import { SponsorCreatedAt } from './SponsorCreatedAt';
|
||||
import { SponsorEmail } from './SponsorEmail';
|
||||
import { SponsorId } from './SponsorId';
|
||||
import { SponsorName } from './SponsorName';
|
||||
import { SponsorEmail } from './SponsorEmail';
|
||||
import { Url } from './Url';
|
||||
import { SponsorCreatedAt } from './SponsorCreatedAt';
|
||||
|
||||
// TODO sponsor is not actually the racing domain in my opinion
|
||||
|
||||
export class Sponsor implements IEntity<SponsorId> {
|
||||
readonly id: SponsorId;
|
||||
|
||||
Reference in New Issue
Block a user