PhoneNumberType.cs 103 B

1234567
  1. namespace BlazorEditForms.Model;
  2. public enum PhoneNumberType
  3. {
  4. Primary,
  5. Landline,
  6. }