C# 클래스 TeamBins.DataAccess.CommentRepository

상속: ICommentRepository
파일 보기 프로젝트 열기: kshyju/ProjectPlanningTool

공개 메소드들

메소드 설명
CommentRepository ( IConfiguration configuration ) : Microsoft.Extensions.Configuration
Delete ( int id ) : void
GetComment ( int id ) : TeamBins.Common.CommentVM
GetComments ( int issueId ) : IEnumerable
Save ( TeamBins.Common.CommentVM comment ) : int

메소드 상세

CommentRepository() 공개 메소드

public CommentRepository ( IConfiguration configuration ) : Microsoft.Extensions.Configuration
configuration IConfiguration
리턴 Microsoft.Extensions.Configuration

Delete() 공개 메소드

public Delete ( int id ) : void
id int
리턴 void

GetComment() 공개 메소드

public GetComment ( int id ) : TeamBins.Common.CommentVM
id int
리턴 TeamBins.Common.CommentVM

GetComments() 공개 메소드

public GetComments ( int issueId ) : IEnumerable
issueId int
리턴 IEnumerable

Save() 공개 메소드

public Save ( TeamBins.Common.CommentVM comment ) : int
comment TeamBins.Common.CommentVM
리턴 int