get protocol item
This commit is contained in:
parent
72fb6fbc20
commit
5c4e521bd8
10 changed files with 155 additions and 3 deletions
5
src/viewmodel/admin/protocol.models.ts
Normal file
5
src/viewmodel/admin/protocol.models.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface ProtocolViewModel {
|
||||
id: number;
|
||||
title: string;
|
||||
date: Date;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue