7 lines
181 B
C#
Raw Normal View History

2024-01-27 06:53:56 -05:00
namespace ArtPlatform.API.Models.SellerProfile;
public class SellerProfileModel
{
public List<string> SocialMediaLinks { get; set; }
public string Biography { get; set; }
}