Correcting all errors of types, writed, and entities.
This commit is contained in:
@@ -10,4 +10,7 @@ public class ServiceProvider
|
||||
//Relations
|
||||
[Required] public int ProviderTypeId { get; set; }
|
||||
public ProviderType? ProviderType { get; set; }
|
||||
|
||||
public List<Contract>? Contracts { get; set; }
|
||||
public List<ContactServiceProvider>? ContactServiceProviders { get; set; }
|
||||
}
|
Reference in New Issue
Block a user