hallo
This commit is contained in:
18
Desktop/hallo/LEA/Models/ApplicationStatus.cs
Normal file
18
Desktop/hallo/LEA/Models/ApplicationStatus.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
|
||||
namespace LEA.Models;
|
||||
|
||||
public enum ApplicationStatus
|
||||
{
|
||||
[Display(Name = "Beworben")]
|
||||
Applied,
|
||||
|
||||
[Display(Name = "Interview")]
|
||||
Interview,
|
||||
|
||||
[Display(Name = "Angebot")]
|
||||
Offer,
|
||||
|
||||
[Display(Name = "Abgelehnt")]
|
||||
Rejected
|
||||
}
|
Reference in New Issue
Block a user