RSND/RSND/Core/Querying/IQuery.cs

6 lines
66 B
C#
Raw Normal View History

2022-06-01 22:24:42 +00:00
namespace RSND.Core.Querying;
public interface IQuery
{
}