public string NewProductWithDiscussion(NewProductCommand command) { return NewProductWith(command.TenantId, command.ProductOwnerId, command.Name, command.Description, RequestDiscussionIfAvailable()); }
public string NewProductWithDiscussion(NewProductCommand command) { return(NewProductWith(command.TenantId, command.ProductOwnerId, command.Name, command.Description, RequestDiscussionIfAvailable())); }
public string NewProduct(NewProductCommand command) { return NewProductWith(command.TenantId, command.ProductOwnerId, command.Name, command.Description, DiscussionAvailability.NotRequested); }
public string NewProduct(NewProductCommand command) { return(NewProductWith(command.TenantId, command.ProductOwnerId, command.Name, command.Description, DiscussionAvailability.NotRequested)); }