Moved entity configurations to their own folder
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
namespace PostFundManagement.Domain.Entities;
|
||||
|
||||
[EntityTypeConfiguration<Configuration.Contract, Contract>]
|
||||
[EntityTypeConfiguration<Configuration.Entities.Contract, Contract>]
|
||||
public class Contract : Models.Contract
|
||||
{
|
||||
public virtual Award? Award { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user