using Lib.Architecture.BuildingBlocks; namespace Core.Blueprint.Application.UsesCases.SQL.Input { public class GetAllSqlSamplesRequest : Notificator, ICommand { public bool Validate() { return true; } } }