protocol absence
This commit is contained in:
parent
455589e2b5
commit
161a9dc51c
10 changed files with 86 additions and 23 deletions
|
@ -2,6 +2,6 @@ import { MemberViewModel } from "./member.models";
|
|||
|
||||
export interface ProtocolPresenceViewModel {
|
||||
memberId: number;
|
||||
member: MemberViewModel;
|
||||
absent: boolean;
|
||||
protocolId: number;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue