using Lib.Architecture.BuildingBlocks; namespace Core.Blueprint.Service.UseCases.GetUploadImageUrl.Input { public class GetUploadUrlRequest : Notificator, ICommand { public bool Validate() { return true; } } }