C# 클래스 Orders.com.BLL.Services.ProductClientService

상속: ProductService, IProductService
파일 보기 프로젝트 열기: peasy/Samples

공개 메소드들

메소드 설명
DeleteCommand ( long id ) : ICommand
InsertCommand ( Product entity ) : ICommand
ProductClientService ( IProductDataProxy dataProxy, IOrderDataProxy orderDataProxy, IInventoryItemService inventoryService, ITransactionContext transactionContext ) : Peasy

메소드 상세

DeleteCommand() 공개 메소드

public DeleteCommand ( long id ) : ICommand
id long
리턴 ICommand

InsertCommand() 공개 메소드

public InsertCommand ( Product entity ) : ICommand
entity Orders.com.BLL.Domain.Product
리턴 ICommand

ProductClientService() 공개 메소드

public ProductClientService ( IProductDataProxy dataProxy, IOrderDataProxy orderDataProxy, IInventoryItemService inventoryService, ITransactionContext transactionContext ) : Peasy
dataProxy IProductDataProxy
orderDataProxy IOrderDataProxy
inventoryService IInventoryItemService
transactionContext ITransactionContext
리턴 Peasy