C# Class Cats.Services.Hub.AdjustmentReasonService

Inheritance: IAdjustmentReasonService
Show file Open project: edgecomputing/cats

Public Methods

Method Description
AddAdjustmentReason ( AdjustmentReason adjustmentReason ) : bool
AdjustmentReasonService ( ) : System
DeleteAdjustmentReason ( AdjustmentReason adjustmentReason ) : bool
DeleteById ( int id ) : bool
Dispose ( ) : void
EditAdjustmentReason ( AdjustmentReason adjustmentReason ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : AdjustmentReason
GetAllAdjustmentReason ( ) : List

Method Details

AddAdjustmentReason() public method

public AddAdjustmentReason ( AdjustmentReason adjustmentReason ) : bool
adjustmentReason Cats.Models.Hubs.AdjustmentReason
return bool

AdjustmentReasonService() public method

public AdjustmentReasonService ( ) : System
return System

DeleteAdjustmentReason() public method

public DeleteAdjustmentReason ( AdjustmentReason adjustmentReason ) : bool
adjustmentReason Cats.Models.Hubs.AdjustmentReason
return bool

DeleteById() public method

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

Dispose() public method

public Dispose ( ) : void
return void

EditAdjustmentReason() public method

public EditAdjustmentReason ( AdjustmentReason adjustmentReason ) : bool
adjustmentReason Cats.Models.Hubs.AdjustmentReason
return bool

FindBy() public method

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

FindById() public method

public FindById ( int id ) : AdjustmentReason
id int
return Cats.Models.Hubs.AdjustmentReason

GetAllAdjustmentReason() public method

public GetAllAdjustmentReason ( ) : List
return List