diff --git a/PyroFetes/Models/ContactServiceProvider.cs b/PyroFetes/Models/ContactServiceProvider.cs index dc310d8..cc9cd1b 100644 --- a/PyroFetes/Models/ContactServiceProvider.cs +++ b/PyroFetes/Models/ContactServiceProvider.cs @@ -9,6 +9,6 @@ public class ContactServiceProvider [Required] public int ContactId { get; set; } [Required] public int ServiceProviderId { get; set; } - public Product? Contact { get; set; } - public DeliveryNote? ServiceProvider { get; set; } + public Contact? Contact { get; set; } + public ServiceProvider? ServiceProvider { get; set; } } \ No newline at end of file