C# 클래스 Cats.Services.Procurement.WoredaHubService

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

공개 메소드들

메소드 설명
AddWoredaHub ( WoredaHub woredaHub ) : bool
DeleteById ( int id ) : bool
DeleteWoredaHub ( WoredaHub woredaHub ) : bool
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

EditWoredaHub ( WoredaHub woredaHub ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : WoredaHub
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllWoredaHub ( ) : List
WoredaHubService ( IUnitOfWork unitOfWork ) : System

메소드 상세

AddWoredaHub() 공개 메소드

public AddWoredaHub ( WoredaHub woredaHub ) : bool
woredaHub Cats.Models.WoredaHub
리턴 bool

DeleteById() 공개 메소드

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

DeleteWoredaHub() 공개 메소드

public DeleteWoredaHub ( WoredaHub woredaHub ) : bool
woredaHub Cats.Models.WoredaHub
리턴 bool

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

EditWoredaHub() 공개 메소드

public EditWoredaHub ( WoredaHub woredaHub ) : bool
woredaHub Cats.Models.WoredaHub
리턴 bool

FindBy() 공개 메소드

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

FindById() 공개 메소드

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

Get() 공개 메소드

public Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.Expression
orderBy Func
includeProperties string
리턴 IEnumerable

GetAllWoredaHub() 공개 메소드

public GetAllWoredaHub ( ) : List
리턴 List

WoredaHubService() 공개 메소드

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