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