Response.cs 126 B

123
  1. namespace Application.Features.Admin.Crypto.List.Sync;
  2. public sealed record Response(int Created, int Updated, int Delisted);