mirror of
https://github.com/D4M13N-D3V/comissions-app-core-api.git
synced 2025-03-14 10:04:55 +00:00
fix
This commit is contained in:
parent
46c1642f16
commit
98f2782552
@ -83,6 +83,7 @@ public class AdminSellerRequestsController : Controller
|
||||
SocialMediaLink2 = "",
|
||||
SocialMediaLink3 = "",
|
||||
SocialMediaLink4 = "",
|
||||
RequestGuidelines = "",
|
||||
Name = "Default Shop",
|
||||
};
|
||||
var dbProfile = _dbContext.UserSellerProfiles.Add(newSellerProfile).Entity;
|
||||
|
@ -24,7 +24,7 @@ public record UserSellerProfile
|
||||
public string? SuspendAdminId { get; set; }
|
||||
public virtual User User { get; set; } = null!;
|
||||
|
||||
public int? SellerProfilePageSettingsId { get; set; }
|
||||
public int SellerProfilePageSettingsId { get; set; }
|
||||
public virtual SellerProfilePageSettings SellerProfilePageSettings { get; set; } = null!;
|
||||
|
||||
public virtual ICollection<SellerService> SellerServices { get; set; } = new List<SellerService>();
|
||||
|
Loading…
x
Reference in New Issue
Block a user