set excused state to presece members
This commit is contained in:
parent
8a85cc054d
commit
c2b495f8a7
2 changed files with 34 additions and 21 deletions
|
@ -1,6 +1,7 @@
|
|||
export interface ProtocolPresenceViewModel {
|
||||
memberId: number;
|
||||
absent: boolean;
|
||||
excused: boolean;
|
||||
protocolId: number;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue