Compare commits
2 Commits
a559e5bad6
...
2.1.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 7c61f6c80f | |||
| 6fac50225a |
@@ -918,7 +918,6 @@ namespace SytelineSaAppEfDataModel
|
||||
.HasMaxLength(500)
|
||||
.IsRequired(false);
|
||||
|
||||
// Relationship
|
||||
entity.HasOne(e => e.Client)
|
||||
.WithMany()
|
||||
.HasForeignKey(e => e.FK_Client)
|
||||
|
||||
Reference in New Issue
Block a user