ShopPlatform.Web
1.0.0.0
농산물, 소프트웨어 라이선스와 개발 용역을 직접 판매하는 CodeMaru 직영 쇼핑몰입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IShopTenantStore.cs
이 파일의 문서화 페이지로 가기
1
using
ShopPlatform.Models
;
2
3
namespace
ShopPlatform.Services
;
4
13
public
interface
IShopTenantStore
14
{
39
Task<ShopConfig?>
GetAsync
(
string
slug);
40
57
Task<IReadOnlyList<ShopConfig>>
GetAllAsync
();
58
83
Task
SaveAsync
(
ShopConfig
config);
84
109
Task
DeleteAsync
(
string
slug);
110
135
Task<bool>
ExistsAsync
(
string
slug);
136
}
ShopPlatform.Models
Definition
CartItem.cs:1
ShopPlatform.Services
Definition
CartService.cs:3
ShopPlatform.Models.ShopConfig
Definition
ShopConfig.cs:12
ShopPlatform.Services.IShopTenantStore
Definition
IShopTenantStore.cs:14
ShopPlatform.Services.IShopTenantStore.ExistsAsync
Task< bool > ExistsAsync(string slug)
ShopPlatform.Services.IShopTenantStore.SaveAsync
Task SaveAsync(ShopConfig config)
ShopPlatform.Services.IShopTenantStore.DeleteAsync
Task DeleteAsync(string slug)
ShopPlatform.Services.IShopTenantStore.GetAsync
Task< ShopConfig?> GetAsync(string slug)
ShopPlatform.Services.IShopTenantStore.GetAllAsync
Task< IReadOnlyList< ShopConfig > > GetAllAsync()
Services
IShopTenantStore.cs
다음에 의해 생성됨 :
1.17.0