All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 6m15s
3 lines
128 B
C#
3 lines
128 B
C#
namespace Domain.Dtos.Stock;
|
|
public record StockScanRawRequest(string Raw, int LocationId, int Page = 1, int PageSize = 10);
|