C# Class Cats.Services.EarlyWarning.AllocationByRegionService

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

Méthodes publiques

Méthode Description
AllocationByRegionService ( IUnitOfWork unitOfWork ) : System
FindBy ( bool>.Expression predicate ) : List
FindById ( int id ) : AllocationByRegion
GetAllAllocations ( ) : List

Method Details

AllocationByRegionService() public méthode

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

FindBy() public méthode

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

FindById() public méthode

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

GetAllAllocations() public méthode

public GetAllAllocations ( ) : List
Résultat List