WeddingPlatform.Web
1.0.0.0
지도, 갤러리, 방명록, 계좌 안내와 배경음악을 링크 하나에 담는 무료 모바일 청첩장 서비스입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IGlobalSettingsStore.cs
이 파일의 문서화 페이지로 가기
1
using
System.Threading;
2
using
System.Threading.Tasks;
3
using
WeddingPlatform.Models
;
4
5
namespace
WeddingPlatform.Services
6
{
15
public
interface
IGlobalSettingsStore
16
{
41
Task<GlobalSettings>
GetAsync
(CancellationToken ct =
default
);
74
Task
SaveAsync
(
GlobalSettings
settings, CancellationToken ct =
default
);
75
}
76
}
WeddingPlatform.Models
Definition
AccountInfo.cs:1
WeddingPlatform.Services
Definition
CsvGuestbookStorage.cs:6
WeddingPlatform.Models.GlobalSettings
Definition
GlobalSettings.cs:12
WeddingPlatform.Services.IGlobalSettingsStore
Definition
IGlobalSettingsStore.cs:16
WeddingPlatform.Services.IGlobalSettingsStore.GetAsync
Task< GlobalSettings > GetAsync(CancellationToken ct=default)
WeddingPlatform.Services.IGlobalSettingsStore.SaveAsync
Task SaveAsync(GlobalSettings settings, CancellationToken ct=default)
Services
IGlobalSettingsStore.cs
다음에 의해 생성됨 :
1.17.0