ENEI2019-Public/api/Dtos/profileImageToReturn.cs

7 lines
118 B
C#

namespace api.Dtos
{
public class profileImageToReturn
{
public string profileBase64{get;set;}
}
}