C# Class Cats.Services.Procurement.TransReqWithoutTransporterService

Inheritance: ITransReqWithoutTransporterService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
AddTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
DeleteById ( int id ) : bool
DeleteTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
Dispose ( ) : void
EditTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
FindBy ( bool>.System predicate ) : List
FindById ( int id ) : Models.TransReqWithoutTransporter
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllTransReqWithoutTransporter ( ) : List
Save ( ) : bool
TransReqWithoutTransporterService ( IUnitOfWork unitOfWork ) : System

Method Details

AddTransReqWithoutTransporter() public method

public AddTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
return bool

DeleteById() public method

public DeleteById ( int id ) : bool
id int
return bool

DeleteTransReqWithoutTransporter() public method

public DeleteTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditTransReqWithoutTransporter() public method

public EditTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
return bool

FindBy() public method

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
return List

FindById() public method

public FindById ( int id ) : Models.TransReqWithoutTransporter
id int
return Models.TransReqWithoutTransporter

Get() public method

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
return IEnumerable

GetAllTransReqWithoutTransporter() public method

public GetAllTransReqWithoutTransporter ( ) : List
return List

Save() public method

public Save ( ) : bool
return bool

TransReqWithoutTransporterService() public method

public TransReqWithoutTransporterService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System