All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 2m21s
8 lines
138 B
C#
8 lines
138 B
C#
namespace Domain.Generics
|
|
{
|
|
public class ProductSearchParams: PagedRequest
|
|
{
|
|
public string? Term { get; set; }
|
|
}
|
|
}
|