update newsletter syncing commands and controller
This commit is contained in:
parent
4180da5749
commit
6dcd650cad
9 changed files with 16 additions and 49 deletions
|
@ -8,5 +8,6 @@ export interface NewsletterViewModel {
|
|||
newsletterText: string;
|
||||
newsletterSignatur: string;
|
||||
isSent: boolean;
|
||||
recipientsByQueryId?: number;
|
||||
recipientsByQuery?: QueryStoreViewModel;
|
||||
}
|
||||
|
|
|
@ -3,6 +3,5 @@ import { MemberViewModel } from "./member.models";
|
|||
export interface NewsletterRecipientsViewModel {
|
||||
newsletterId: number;
|
||||
memberId: number;
|
||||
addedManually: boolean;
|
||||
member: MemberViewModel;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue