You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
304 B

10 years ago
  1. using Sevomin.Models.Helpers;
  2. namespace Sevomin.Models.Enums
  3. {
  4. public enum ResumeTypes
  5. {
  6. [StringValue("انگلیسی")]
  7. English = 2,
  8. [StringValue("فارسی")]
  9. Persian = 1,
  10. [StringValue("تفاوت ندارد")]
  11. Any = 0
  12. }
  13. }