C# 클래스 Cats.Services.EarlyWarning.ReliefRequistionService

상속: IReliefRequistionService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
AddReliefRequistion ( Cats.Models.ReliefRequistion reliefRequistion ) : bool
DeleteById ( int id ) : bool
DeleteReliefRequistion ( Cats.Models.ReliefRequistion reliefRequistion ) : bool
DeleteReliefRequistion ( int id ) : bool
EditReliefRequistion ( Cats.Models.ReliefRequistion Entity ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Cats.Models.ReliefRequistion
GetAllReliefRequistion ( ) : List
GetReliefRequistion ( int reliefRequistionId ) : Cats.Models.ReliefRequistion
ReliefRequistionService ( IUnitOfWork unitOfWork ) : System
UpdateReliefRequistion ( Cats.Models.ReliefRequistion reliefRequistion ) : bool

메소드 상세

AddReliefRequistion() 공개 메소드

public AddReliefRequistion ( Cats.Models.ReliefRequistion reliefRequistion ) : bool
reliefRequistion Cats.Models.ReliefRequistion
리턴 bool

DeleteById() 공개 메소드

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

DeleteReliefRequistion() 공개 메소드

public DeleteReliefRequistion ( Cats.Models.ReliefRequistion reliefRequistion ) : bool
reliefRequistion Cats.Models.ReliefRequistion
리턴 bool

DeleteReliefRequistion() 공개 메소드

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

EditReliefRequistion() 공개 메소드

public EditReliefRequistion ( Cats.Models.ReliefRequistion Entity ) : bool
Entity Cats.Models.ReliefRequistion
리턴 bool

FindBy() 공개 메소드

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
리턴 List

FindById() 공개 메소드

public FindById ( int id ) : Cats.Models.ReliefRequistion
id int
리턴 Cats.Models.ReliefRequistion

GetAllReliefRequistion() 공개 메소드

public GetAllReliefRequistion ( ) : List
리턴 List

GetReliefRequistion() 공개 메소드

public GetReliefRequistion ( int reliefRequistionId ) : Cats.Models.ReliefRequistion
reliefRequistionId int
리턴 Cats.Models.ReliefRequistion

ReliefRequistionService() 공개 메소드

public ReliefRequistionService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System

UpdateReliefRequistion() 공개 메소드

public UpdateReliefRequistion ( Cats.Models.ReliefRequistion reliefRequistion ) : bool
reliefRequistion Cats.Models.ReliefRequistion
리턴 bool