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