C# Class Cats.Services.Logistics.DeliveryReconcileService

Inheritance: IDeliveryReconcileService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
AddDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
DeleteById ( int id ) : bool
DeleteDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
DeliveryReconcileService ( IUnitOfWork unitOfWork ) : System
EditDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : DeliveryReconcile
Get ( bool>.Expression filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllDeliveryReconciles ( ) : List

Method Details

AddDeliveryReconcile() public method

public AddDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
deliveryReconcile Cats.Models.DeliveryReconcile
return bool

DeleteById() public method

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

DeleteDeliveryReconcile() public method

public DeleteDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
deliveryReconcile Cats.Models.DeliveryReconcile
return bool

DeliveryReconcileService() public method

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

EditDeliveryReconcile() public method

public EditDeliveryReconcile ( DeliveryReconcile deliveryReconcile ) : bool
deliveryReconcile Cats.Models.DeliveryReconcile
return bool

FindBy() public method

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

FindById() public method

public FindById ( int id ) : DeliveryReconcile
id int
return Cats.Models.DeliveryReconcile

Get() public method

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

GetAllDeliveryReconciles() public method

public GetAllDeliveryReconciles ( ) : List
return List