Generator Changes at 11/16/2025 1:09:06 AM +03:30
This commit is contained in:
@@ -9,7 +9,7 @@ public class Contract : BaseAuditableEntity
|
||||
//متن قرارداد
|
||||
public string HtmlContent { get; set; }
|
||||
//نوع قرارداد
|
||||
public UnknownEnumType Type { get; set; }
|
||||
public ContractType Type { get; set; }
|
||||
//UserContract Collection Navigation Reference
|
||||
public virtual ICollection<UserContract> UserContracts { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user