aswi20220x00-gitlab/Backend/Models/Documents/GetRequiredAnnotationsGlobalResponse.cs @ 82dede50
1 | ceb95b98 | Vojtěch Bartička | using System; |
---|---|---|---|
2 | using System.Collections.Generic; |
||
3 | using System.Linq; |
||
4 | using System.Text; |
||
5 | using System.Threading.Tasks; |
||
6 | |||
7 | namespace Models.Documents |
||
8 | {
|
||
9 | public class GetRequiredAnnotationsGlobalResponse |
||
10 | {
|
||
11 | public int RequiredAnnotationsGlobal { get; set; } |
||
12 | }
|
||
13 | }
|