C# Класс Cats.Services.Administration.FDPService

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

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

Метод Описание
AddFDP ( FDP fdp ) : bool
DeleteById ( int id ) : bool
DeleteFDP ( FDP fdp ) : bool
Dispose ( ) : void
EditFDP ( FDP fdp ) : bool
FDPService ( IUnitOfWork unitOfWork ) : System
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : FDP
Get ( bool>.System filter = null, Func orderBy = null, string includeProperties = "" ) : IEnumerable
GetAllFDP ( ) : List

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

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

public AddFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
Результат bool

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

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

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

public DeleteFDP ( FDP fdp ) : bool
fdp Cats.Models.FDP
Результат bool

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

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

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

public EditFDP ( FDP fdp ) : bool
fdp FDP
Результат bool

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

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

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

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

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

public FindById ( int id ) : FDP
id int
Результат FDP

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

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

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

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