ShopPlatform.Web
1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
TenantContext.cs
이 파일의 문서화 페이지로 가기
1
using
ShopPlatform.Models
;
2
3
namespace
ShopPlatform.Services
;
4
13
public
sealed
class
TenantContext
14
{
23
public
ShopConfig
?
Config
{
get
;
set
; }
32
public
bool
IsResolved
=>
Config
!=
null
;
41
public
string
Slug
=>
Config
?.Slug ??
string
.Empty;
42
}
ShopPlatform.Models
Definition
CartItem.cs:1
ShopPlatform.Services
Definition
CartService.cs:3
ShopPlatform.Models.ShopConfig
Definition
ShopConfig.cs:12
ShopPlatform.Services.TenantContext
Definition
TenantContext.cs:14
ShopPlatform.Services.TenantContext.Slug
string Slug
Definition
TenantContext.cs:41
ShopPlatform.Services.TenantContext.IsResolved
bool IsResolved
Definition
TenantContext.cs:32
ShopPlatform.Services.TenantContext.Config
ShopConfig? Config
Definition
TenantContext.cs:23
Services
TenantContext.cs
다음에 의해 생성됨 :
1.17.0