Изменена таблица AppInWorks. Обновлен респонс шаблонов.
This commit is contained in:
@@ -20,6 +20,14 @@ namespace PARR.DAL.Models
|
||||
|
||||
public Guid ApplicationId { get; set; }
|
||||
|
||||
public required string TemplateDuration { get; set; }
|
||||
|
||||
public required string ShortDescription { get; set; }
|
||||
|
||||
public required string FullDescription { get; set; }
|
||||
|
||||
public required string Solution { get; set; }
|
||||
|
||||
[ForeignKey(nameof(WorkId))]
|
||||
public Work? Work { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user