C# Class Cats.Services.Logistics.ReceiptPlanService

Inheritance: IReceiptPlanService
Afficher le fichier Open project: edgecomputing/cats

Méthodes publiques

Méthode Description
AddReceiptPlan ( ReceiptPlan receiptPlan ) : bool
DeleteById ( int id ) : bool
DeleteReceiptPlan ( ReceiptPlan receiptPlan ) : bool
Dispose ( ) : void
EditReceiptPlan ( ReceiptPlan receiptPlan ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : ReceiptPlan
GetAllReceiptPlan ( ) : List
ReceiptPlanService ( IUnitOfWork unitOfWork ) : System

Method Details

AddReceiptPlan() public méthode

public AddReceiptPlan ( ReceiptPlan receiptPlan ) : bool
receiptPlan Cats.Models.ReceiptPlan
Résultat bool

DeleteById() public méthode

public DeleteById ( int id ) : bool
id int
Résultat bool

DeleteReceiptPlan() public méthode

public DeleteReceiptPlan ( ReceiptPlan receiptPlan ) : bool
receiptPlan Cats.Models.ReceiptPlan
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditReceiptPlan() public méthode

public EditReceiptPlan ( ReceiptPlan receiptPlan ) : bool
receiptPlan Cats.Models.ReceiptPlan
Résultat bool

FindBy() public méthode

public FindBy ( bool>.Expression predicate ) : List
predicate bool>.Expression
Résultat List

FindById() public méthode

public FindById ( int id ) : ReceiptPlan
id int
Résultat Cats.Models.ReceiptPlan

GetAllReceiptPlan() public méthode

public GetAllReceiptPlan ( ) : List
Résultat List

ReceiptPlanService() public méthode

public ReceiptPlanService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Résultat System