mirror of
https://github.com/D4M13N-D3V/art_platform.git
synced 2025-03-14 07:44:54 +00:00
7 lines
181 B
C#
7 lines
181 B
C#
![]() |
namespace ArtPlatform.API.Models.SellerProfile;
|
||
|
|
||
|
public class SellerProfileModel
|
||
|
{
|
||
|
public List<string> SocialMediaLinks { get; set; }
|
||
|
public string Biography { get; set; }
|
||
|
}
|