C# Class ModernWebStore.Domain.Commands.ProductCommands.UpdateProductInfoCommand

Show file Open project: andrebaltieri/mwa-api Class Usage Examples

Public Methods

Method Description
UpdateProductInfoCommand ( int id, string title, string description, int category )

Method Details

UpdateProductInfoCommand() public method

public UpdateProductInfoCommand ( int id, string title, string description, int category )
id int
title string
description string
category int