C# Class Cats.Services.Procurement.TransReqWithoutTransporterService

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

Méthodes publiques

Méthode 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 méthode

public AddTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
Résultat bool

DeleteById() public méthode

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

DeleteTransReqWithoutTransporter() public méthode

public DeleteTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EditTransReqWithoutTransporter() public méthode

public EditTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
Résultat bool

FindBy() public méthode

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

FindById() public méthode

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

Get() public méthode

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

GetAllTransReqWithoutTransporter() public méthode

public GetAllTransReqWithoutTransporter ( ) : List
Résultat List

Save() public méthode

public Save ( ) : bool
Résultat bool

TransReqWithoutTransporterService() public méthode

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