8 lines
191 B
C#
8 lines
191 B
C#
namespace RhSolutions.Api.Services
|
|
{
|
|
public interface IProductQueryModifier
|
|
{
|
|
public bool TryQueryModify(IQueryCollection collection, out QueryString queryString);
|
|
}
|
|
}
|