using FoodLabeling.Application.Contracts.Dtos.Picture; namespace FoodLabeling.Application.Contracts.IServices; public interface IPictureAppService { Task UploadCategoryAsync(PictureUploadInputVo input); }