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