Portfolio.Web
1.0.0.0
.NET, Blazor, WPF와 서비스 운영 경험을 프로젝트·이력·기술 스택 단위로 보여주는 개발자 포트폴리오입니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IProjectStore.cs
이 파일의 문서화 페이지로 가기
1
using
PortfolioApp.Models
;
2
3
namespace
PortfolioApp.Services
;
4
13
public
interface
IProjectStore
14
{
39
Task<List<ProjectItem>>
GetAllAsync
(
string
slug);
72
Task<ProjectItem?>
GetAsync
(
string
slug,
string
projectId);
105
Task
SaveAsync
(
string
slug,
ProjectItem
item);
138
Task
DeleteAsync
(
string
slug,
string
projectId);
139
}
PortfolioApp.Models
Definition
ContactMessage.cs:1
PortfolioApp.Services
Definition
GhostAccountCleanupService.cs:4
PortfolioApp.Models.ProjectItem
Definition
ProjectItem.cs:53
PortfolioApp.Services.IProjectStore
Definition
IProjectStore.cs:14
PortfolioApp.Services.IProjectStore.GetAllAsync
Task< List< ProjectItem > > GetAllAsync(string slug)
PortfolioApp.Services.IProjectStore.SaveAsync
Task SaveAsync(string slug, ProjectItem item)
PortfolioApp.Services.IProjectStore.GetAsync
Task< ProjectItem?> GetAsync(string slug, string projectId)
PortfolioApp.Services.IProjectStore.DeleteAsync
Task DeleteAsync(string slug, string projectId)
Services
IProjectStore.cs
다음에 의해 생성됨 :
1.17.0