StableVersion4.3/HL_FristAidPlatform_DTO/Service/UpdateToAddressDTO.cs

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; }
}
}