C# 클래스 FinalProject.Services.BugReportService

파일 보기 프로젝트 열기: Ider/SU-Courses

공개 메소드들

메소드 설명
DeleteBugReport ( int id ) : bool
GetBugReportByID ( int id ) : BugReport
GetBugReports ( ) : IList
InsertBugReport ( BugReport br ) : bool
UpdateBugReport ( BugReport br ) : bool

메소드 상세

DeleteBugReport() 공개 메소드

public DeleteBugReport ( int id ) : bool
id int
리턴 bool

GetBugReportByID() 공개 메소드

public GetBugReportByID ( int id ) : BugReport
id int
리턴 FinalProject.Models.BugReport

GetBugReports() 공개 메소드

public GetBugReports ( ) : IList
리턴 IList

InsertBugReport() 공개 메소드

public InsertBugReport ( BugReport br ) : bool
br FinalProject.Models.BugReport
리턴 bool

UpdateBugReport() 공개 메소드

public UpdateBugReport ( BugReport br ) : bool
br FinalProject.Models.BugReport
리턴 bool