Add Patch 2 Recursividad
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m43s
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m43s
This commit is contained in:
parent
18854faa98
commit
5950aef23b
@ -36,7 +36,7 @@ namespace Domain.Entities
|
||||
|
||||
public string? Notes { get; set; }
|
||||
|
||||
public virtual ECustomer? Customers { get; set; }
|
||||
//public virtual ECustomer? Customers { get; set; }
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@ -20,7 +20,7 @@ namespace Domain.Entities
|
||||
|
||||
public DateOnly? ExpiryDate { get; set; }
|
||||
|
||||
public virtual ECustomer Customers { get; set; } = null!;
|
||||
//public virtual ECustomer Customers { get; set; } = null!;
|
||||
|
||||
public virtual EDocumentType Documenttypes { get; set; } = null!;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user