Correcting all errors of types, writed, and entities.

This commit is contained in:
2025-10-08 11:10:27 +01:00
parent af92cdc524
commit 0ddf5d380a
13 changed files with 90 additions and 3 deletions

View File

@@ -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; }
}