ENEI2019-Public/api/Dtos/getProfileImage.cs

11 lines
176 B
C#

using System.ComponentModel.DataAnnotations;
namespace api.Dtos
{
public class getProfileImage
{
[Required]
public string QRcode{get;set;}
}
}