Anul 3 Semestrul 1
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace WebApi.Enums
|
||||
{
|
||||
public enum Status
|
||||
{
|
||||
[Description("open")]
|
||||
Open,
|
||||
[Description("in progress")]
|
||||
InProgress,
|
||||
[Description("completed")]
|
||||
Completed
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user