Files
mixtape/zero.Backoffice/Models/ListQuery/ListSpecificQuery.cs
T
2021-11-26 15:47:11 +01:00

5 lines
139 B
C#

namespace zero.Backoffice.Models;
public interface IListSpecificQuery { }
public class EmptyListSpecificQuery : IListSpecificQuery { }