C# 클래스 Cats.Services.Common.LedgerService

상속: ILedgerService
파일 보기 프로젝트 열기: edgecomputing/cats

공개 메소드들

메소드 설명
GetFreePCCodesByCommodity ( int hubId, int commodityId ) : List
GetFreeSICodesByCommodity ( int hubId, int commodityId ) : List

Gets the balance of an SI number commodity .

LedgerService ( IUnitOfWork unitOfWork ) : System

메소드 상세

GetFreePCCodesByCommodity() 공개 메소드

public GetFreePCCodesByCommodity ( int hubId, int commodityId ) : List
hubId int
commodityId int
리턴 List

GetFreeSICodesByCommodity() 공개 메소드

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.
리턴 List

LedgerService() 공개 메소드

public LedgerService ( IUnitOfWork unitOfWork ) : System
unitOfWork IUnitOfWork
리턴 System