Method | Description | |
---|---|---|
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 |
public CommentRepository ( IConfiguration configuration ) : Microsoft.Extensions.Configuration | ||
configuration | IConfiguration | |
return | Microsoft.Extensions.Configuration |
public GetComment ( int id ) : TeamBins.Common.CommentVM | ||
id | int | |
return | TeamBins.Common.CommentVM |
public GetComments ( int issueId ) : IEnumerable |
||
issueId | int | |
return | IEnumerable |
public Save ( TeamBins.Common.CommentVM comment ) : int | ||
comment | TeamBins.Common.CommentVM | |
return | int |