Created Author, Book, AuthorBook, Page and Product with Price
This commit is contained in:
@@ -1,5 +1,18 @@
|
||||
namespace LiteCharms.Features;
|
||||
|
||||
public enum SocialMediaTypes : int
|
||||
{
|
||||
Twitter = 0,
|
||||
Facebook = 1,
|
||||
Instagram = 2,
|
||||
LinkedIn = 3,
|
||||
TikTok = 4,
|
||||
YouTube = 5,
|
||||
Pinterest = 6,
|
||||
Reddit = 7,
|
||||
Tumblr = 8
|
||||
}
|
||||
|
||||
public enum EmailStatuses : int
|
||||
{
|
||||
GeneralError = 0,
|
||||
|
||||
Reference in New Issue
Block a user