C# Class Cats.Services.Logistics.SupportTypeService

Inheritance: ISupportTypeService
Exibir arquivo Open project: edgecomputing/cats

Public Methods

Method Description
AddSupportType ( SupportType entity ) : bool
DeleteById ( int id ) : bool
DeleteSupportType ( SupportType entity ) : bool
Dispose ( ) : void
EditSupportType ( SupportType entity ) : bool
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : SupportType
GetAllSupportType ( ) : List
SupportTypeService ( IUnitOfWork unitOfWork ) : System

Method Details

AddSupportType() public method

public AddSupportType ( SupportType entity ) : bool
entity Cats.Models.SupportType
return bool

DeleteById() public method

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

DeleteSupportType() public method

public DeleteSupportType ( SupportType entity ) : bool
entity Cats.Models.SupportType
return bool

Dispose() public method

public Dispose ( ) : void
return void

EditSupportType() public method

public EditSupportType ( SupportType entity ) : bool
entity Cats.Models.SupportType
return bool

FindBy() public method

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

FindById() public method

public FindById ( int id ) : SupportType
id int
return Cats.Models.SupportType

GetAllSupportType() public method

public GetAllSupportType ( ) : List
return List

SupportTypeService() public method

public SupportTypeService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
return System