ENEI2019-Public/api/Dtos/profileImage.cs

9 lines
143 B
C#

namespace api.Dtos
{
public class profileImage
{
public string QRcode{get;set;}
public string base64{get;set;}
}
}