Dreamine.Web
1.0.0.0
WPF와 Blazor를 한 코드 흐름으로 연결하고 반복적인 MVVM 코드를 줄이는 오픈소스 FullKit 공식 웹 애플리케이션입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IPlaygroundStore.cs
이 파일의 문서화 페이지로 가기
1
using
DreamineWeb.Models
;
2
3
namespace
DreamineWeb.Services
;
4
13
public
interface
IPlaygroundStore
14
{
31
Task<List<PlaygroundDemo>>
GetAllAsync
();
56
Task<PlaygroundDemo?>
GetAsync
(
string
id
);
81
Task
SaveAsync
(
PlaygroundDemo
demo);
106
Task
DeleteAsync
(
string
id
);
107
}
DreamineWeb.Models
Definition
DocMember.cs:1
DreamineWeb.Services
Definition
AdminAuthService.cs:6
DreamineWeb.Models.PlaygroundDemo
Definition
PlaygroundDemo.cs:12
DreamineWeb.Services.IPlaygroundStore
Definition
IPlaygroundStore.cs:14
DreamineWeb.Services.IPlaygroundStore.SaveAsync
Task SaveAsync(PlaygroundDemo demo)
DreamineWeb.Services.IPlaygroundStore.GetAsync
Task< PlaygroundDemo?> GetAsync(string id)
DreamineWeb.Services.IPlaygroundStore.GetAllAsync
Task< List< PlaygroundDemo > > GetAllAsync()
DreamineWeb.Services.IPlaygroundStore.DeleteAsync
Task DeleteAsync(string id)
Services
IPlaygroundStore.cs
다음에 의해 생성됨 :
1.17.0