Added outcome entity
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace PostFundManagement.Domain.Entities;
|
||||
|
||||
[EntityTypeConfiguration<Configuration.Outcome, Outcome>]
|
||||
public class Outcome : Models.Outcome
|
||||
{
|
||||
public virtual Beneficiary? Beneficiary { get; set; }
|
||||
|
||||
public virtual User? Creator { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user