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

Afficher le fichier Open project: andrebaltieri/mwa-api Class Usage Examples

Méthodes publiques

Méthode Description
UpdateProductInfoCommand ( int id, string title, string description, int category )

Method Details

UpdateProductInfoCommand() public méthode

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