добавил патенты, верификацию, сделал паспорта, ип ооо

This commit is contained in:
Дмитрий Шиманский
2023-10-29 21:23:50 +03:00
parent 60fcf04532
commit 7c3e88376b
28 changed files with 1814 additions and 71 deletions

14
Types/ReportTypes.cs Normal file
View File

@@ -0,0 +1,14 @@
namespace DiscordApp.Types
{
public enum ReportTypes
{
NewPassport = 3,
editPassport = 2,
Bizness = 4,
ChangePassportId = 64,
PetPassport = 2,
Marry = 4,
BirthDocument = 4,
Patent = 2
}
}