Device decommissioning 'returned' reason

This commit is contained in:
Gary Sharp
2014-08-07 13:43:59 +10:00
parent 8e2a17cfc5
commit f26474fa4d
4 changed files with 21 additions and 23 deletions
@@ -1,9 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Disco.Models.Repository
{
public enum DecommissionReasons
@@ -13,6 +8,7 @@ namespace Disco.Models.Repository
Stolen = 20,
Lost = 30,
Damaged = 40,
Donated = 50
Donated = 50,
Returned = 60
}
}