5 lines
139 B
C#
5 lines
139 B
C#
|
|
namespace zero.Backoffice.Models;
|
||
|
|
|
||
|
|
public interface IListSpecificQuery { }
|
||
|
|
|
||
|
|
public class EmptyListSpecificQuery : IListSpecificQuery { }
|