ShopPlatform.Web
1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
ShopUser.cs
이 파일의 문서화 페이지로 가기
1
namespace
ShopPlatform.Models
;
2
11
public
sealed
class
ShopUser
12
{
21
public
int
Id
{
get
;
set
; }
30
public
string
Email
{
get
;
set
; } =
string
.Empty;
39
public
string
PasswordHash
{
get
;
set
; } =
string
.Empty;
48
public
string
Name
{
get
;
set
; } =
string
.Empty;
57
public
string
Phone
{
get
;
set
; } =
string
.Empty;
66
public
string
Address
{
get
;
set
; } =
string
.Empty;
75
public
DateTime
CreatedAt
{
get
;
set
; } = DateTime.UtcNow;
76
}
ShopPlatform.Models
Definition
CartItem.cs:1
ShopPlatform.Models.ShopUser
Definition
ShopUser.cs:12
ShopPlatform.Models.ShopUser.Email
string Email
Definition
ShopUser.cs:30
ShopPlatform.Models.ShopUser.Address
string Address
Definition
ShopUser.cs:66
ShopPlatform.Models.ShopUser.Id
int Id
Definition
ShopUser.cs:21
ShopPlatform.Models.ShopUser.Name
string Name
Definition
ShopUser.cs:48
ShopPlatform.Models.ShopUser.CreatedAt
DateTime CreatedAt
Definition
ShopUser.cs:75
ShopPlatform.Models.ShopUser.Phone
string Phone
Definition
ShopUser.cs:57
ShopPlatform.Models.ShopUser.PasswordHash
string PasswordHash
Definition
ShopUser.cs:39
Models
ShopUser.cs
다음에 의해 생성됨 :
1.17.0