Skip to content

Commit

Permalink
Added new Job Category Game Development developersdo#306
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronald2 committed Mar 15, 2016
1 parent 2aa4fee commit 5e7b25c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion EmpleoDotNet.Core/Domain/JobCategory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@ public enum JobCategory
/// DBA
/// </summary>
[Display(Name = "Administrador de base de datos")]
DataBaseAdministrator = 128
DataBaseAdministrator = 128,

///<summary>
///Desarrollo de Videojuegos
///</summary>
[Display(Name ="Desarrollo de Videojuegos")]
VideogameDevelopment = 256
}
}

0 comments on commit 5e7b25c

Please sign in to comment.