C# Class Cats.Services.Common.LedgerService

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

Méthodes publiques

Méthode Description
GetFreePCCodesByCommodity ( int hubId, int commodityId ) : List
GetFreeSICodesByCommodity ( int hubId, int commodityId ) : List

Gets the balance of an SI number commodity .

LedgerService ( IUnitOfWork unitOfWork ) : System

Method Details

GetFreePCCodesByCommodity() public méthode

public GetFreePCCodesByCommodity ( int hubId, int commodityId ) : List
hubId int
commodityId int
Résultat List

GetFreeSICodesByCommodity() public méthode

Gets the balance of an SI number commodity .
public GetFreeSICodesByCommodity ( int hubId, int commodityId ) : List
hubId int The hub id.
commodityId int The commodity id.
Résultat List

LedgerService() public méthode

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