C# Класс Cats.Services.Procurement.TransReqWithoutTransporterService

Наследование: ITransReqWithoutTransporterService
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

AddTransReqWithoutTransporter() публичный Метод

public AddTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
Результат bool

DeleteById() публичный Метод

public DeleteById ( int id ) : bool
id int
Результат bool

DeleteTransReqWithoutTransporter() публичный Метод

public DeleteTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
Результат bool

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

EditTransReqWithoutTransporter() публичный Метод

public EditTransReqWithoutTransporter ( Models transReqWithoutTransporter ) : bool
transReqWithoutTransporter Models
Результат bool

FindBy() публичный Метод

public FindBy ( bool>.System predicate ) : List
predicate bool>.System
Результат List

FindById() публичный Метод

public FindById ( int id ) : Models.TransReqWithoutTransporter
id int
Результат Models.TransReqWithoutTransporter

Get() публичный Метод

public Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
filter bool>.System
orderBy Func
includeProperties string
Результат IEnumerable

GetAllTransReqWithoutTransporter() публичный Метод

public GetAllTransReqWithoutTransporter ( ) : List
Результат List

Save() публичный Метод

public Save ( ) : bool
Результат bool

TransReqWithoutTransporterService() публичный Метод

public TransReqWithoutTransporterService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
Результат System