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