Correcting all type and relations in all entities
This commit is contained in:
@@ -8,6 +8,6 @@ public class ServiceProvider
|
||||
[Required] public decimal Price { get; set; }
|
||||
|
||||
//Relations
|
||||
public int ProviderTypeId { get; set; }
|
||||
[Required] public int ProviderTypeId { get; set; }
|
||||
public ProviderType? ProviderType { get; set; }
|
||||
}
|
Reference in New Issue
Block a user