aswi20220x00-gitlab/Backend/Models/Enums/EAddDocumentFormat.cs @ ee3e7185
1 | f053c1b6 | 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.Enums; |
||
8 | |||
9 | public enum EAddDocumentFormat |
||
10 | {
|
||
11 | 7b2e66d3 | Vojtěch Bartička | ZIP, |
12 | 6cb5f77e | Vojtěch Bartička | TEXTFILE
|
13 | f053c1b6 | Vojtěch Bartička | }
|