12 lines
229 B
C#
12 lines
229 B
C#
|
namespace HL_FristAidPlatform_DTO
|
|||
|
{
|
|||
|
public class UpdateToAddressDTO
|
|||
|
{
|
|||
|
public string ToAddress { get; set; }
|
|||
|
|
|||
|
//public string HospitalGuid { get; set; }
|
|||
|
|
|||
|
public string GUID { get; set; }
|
|||
|
}
|
|||
|
}
|