Refactoring - split data, logic and model layers; custom network exception
This commit is contained in:
15
StudentHouseDashboard/Models/ComplaintStatus.cs
Normal file
15
StudentHouseDashboard/Models/ComplaintStatus.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace Models
|
||||
{
|
||||
public enum ComplaintStatus
|
||||
{
|
||||
FILED,
|
||||
UNDER_REVIEW,
|
||||
SOLVED,
|
||||
ARCHIVED
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user