mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Move enums into their own namespace
This commit is contained in:
parent
c3c588cc1b
commit
be5574eaec
45 changed files with 164 additions and 154 deletions
|
@ -8,7 +8,7 @@ class Tag{
|
|||
|
||||
public int $TagId;
|
||||
public string $Name;
|
||||
public TagType $Type;
|
||||
public Enums\TagType $Type;
|
||||
protected ?string $_UrlName = null;
|
||||
protected ?string $_Url = null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue