C# Class Orders.com.BLL.Services.ProductClientService

Inheritance: ProductService, IProductService
Show file Open project: peasy/Samples

Public Methods

Method Description
DeleteCommand ( long id ) : ICommand
InsertCommand ( Product entity ) : ICommand
ProductClientService ( IProductDataProxy dataProxy, IOrderDataProxy orderDataProxy, IInventoryItemService inventoryService, ITransactionContext transactionContext ) : Peasy

Method Details

DeleteCommand() public method

public DeleteCommand ( long id ) : ICommand
id long
return ICommand

InsertCommand() public method

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

ProductClientService() public method

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