SupportTerm.cs 101 B

12345678
  1. namespace Team.Utility.Models
  2. {
  3. public enum SupportTerm
  4. {
  5. STS,
  6. LTS
  7. }
  8. }