feat: Add new logging behavior, command handlers, queries, and a Dockerfile across multiple marketing services.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using MediatR;
|
||||
|
||||
namespace FacebookService.API.Application.Queries;
|
||||
|
||||
/// <summary>
|
||||
/// EN: Query to get all Samples.
|
||||
/// VI: Query để lấy tất cả Samples.
|
||||
/// </summary>
|
||||
public record GetSamplesQuery : IRequest<IEnumerable<SampleViewModel>>;
|
||||
Reference in New Issue
Block a user