Test plan incomplete, basic compaints support
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
@@ -7,9 +8,13 @@ namespace Models
|
||||
{
|
||||
public enum ComplaintStatus
|
||||
{
|
||||
[Description("Filed")]
|
||||
FILED,
|
||||
[Description("Under review")]
|
||||
UNDER_REVIEW,
|
||||
[Description("Solved")]
|
||||
SOLVED,
|
||||
[Description("Archived")]
|
||||
ARCHIVED
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user