Class PhoneDto
Inherited Members
Namespace: Volo.Abp.TestApp.Application.Dto
Assembly: Volo.Abp.TestApp.dll
Syntax
public class PhoneDto
Constructors
PhoneDto()
Declaration
public PhoneDto()
Properties
Number
Declaration
public string Number { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Declaration
public PhoneType Type { get; set; }
Property Value
Type | Description |
---|---|
PhoneType |