forked from sanchezvem/PyroFetes
Correcting all type and relations in all entities
This commit is contained in:
@@ -5,7 +5,7 @@ namespace PyroFetes.Models;
|
||||
public class CustomerType
|
||||
{
|
||||
[Key] public int Id { get; set; }
|
||||
[Required] public decimal Price { get; set; }
|
||||
[Required, MaxLength(100)] public string? Label { get; set; }
|
||||
|
||||
public List<Customer>? Customers { get; set; }
|
||||
}
|
Reference in New Issue
Block a user