Fix in ContactServiceProvider.cs
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user