feat: Add functional tests for OrderService and update InventoryService command and idempotency logic.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
using Asp.Versioning;
|
||||
using MediatR;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using MyService.API.Application.Commands;
|
||||
using MyService.API.Application.Queries;
|
||||
using CatalogService.API.Application.Commands;
|
||||
using CatalogService.API.Application.Queries;
|
||||
|
||||
namespace MyService.API.Controllers;
|
||||
namespace CatalogService.API.Controllers;
|
||||
|
||||
/// <summary>
|
||||
/// EN: Controller for Sample CRUD operations using CQRS pattern.
|
||||
|
||||
Reference in New Issue
Block a user