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

Inheritance: ProductService, IProductService
Afficher le fichier Open project: peasy/Samples

Méthodes publiques

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

Method Details

DeleteCommand() public méthode

public DeleteCommand ( long id ) : ICommand
id long
Résultat ICommand

InsertCommand() public méthode

public InsertCommand ( Product entity ) : ICommand
entity Orders.com.BLL.Domain.Product
Résultat ICommand

ProductClientService() public méthode

public ProductClientService ( IProductDataProxy dataProxy, IOrderDataProxy orderDataProxy, IInventoryItemService inventoryService, ITransactionContext transactionContext ) : Peasy
dataProxy IProductDataProxy
orderDataProxy IOrderDataProxy
inventoryService IInventoryItemService
transactionContext ITransactionContext
Résultat Peasy