C# 클래스 FailureTroubleshooting.Data.Repositories.FailureReportRepository

상속: IFailureReportRepository
파일 보기 프로젝트 열기: Zjazure/FailureTroubleshooting

공개 메소드들

메소드 설명
CreateAsync ( FailureReport report ) : Task
GetAll ( ) : IQueryable
GetByIdAsync ( int id ) : Task
SaveAsync ( FailureReport report ) : System.Threading.Tasks.Task

비공개 메소드들

메소드 설명
FailureReportRepository ( IAppDbContext dbContext ) : FailureTroubleshooting.Data.Entities

메소드 상세

CreateAsync() 공개 메소드

public CreateAsync ( FailureReport report ) : Task
report FailureTroubleshooting.Data.Entities.FailureReport
리턴 Task

GetAll() 공개 메소드

public GetAll ( ) : IQueryable
리턴 IQueryable

GetByIdAsync() 공개 메소드

public GetByIdAsync ( int id ) : Task
id int
리턴 Task

SaveAsync() 공개 메소드

public SaveAsync ( FailureReport report ) : System.Threading.Tasks.Task
report FailureTroubleshooting.Data.Entities.FailureReport
리턴 System.Threading.Tasks.Task