C# Class Cats.Services.Common.LedgerService

Inheritance: ILedgerService
Show file Open project: edgecomputing/cats

Public Methods

Method 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 method

public GetFreePCCodesByCommodity ( int hubId, int commodityId ) : List
hubId int
commodityId int
return List

GetFreeSICodesByCommodity() public method

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.
return List

LedgerService() public method

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