My code
public enum StatusEnum
{
NotRegistered = 0,
Pending = 1,
Accepted = 2,
}
My code
public enum StatusEnum
{
NotRegistered = 0,
Pending = 1,
Accepted = 2,
}
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mohammad HussainPosted Sep 14, 2023, 6:56 AM