namespace PyroFetes.DTO.Provider.Request; public class UpdateProviderDto { public int Id { get; set; } public decimal Price { get; set; } }