provider added

This commit is contained in:
2025-12-04 15:56:02 +01:00
parent 604dd77fed
commit fc736e8525
8 changed files with 164 additions and 3 deletions

View File

@@ -3,5 +3,5 @@ namespace PyroFetes.DTO.Provider.Request;
public class UpdateProviderDto
{
public int Id { get; set; }
public int? Price { get; set; }
public decimal Price { get; set; }
}