feat(api): TemplateController адаптировал метод getAll под новую структуру
This commit is contained in:
@@ -18,6 +18,8 @@ namespace PARR.DAL.Models
|
||||
[Required]
|
||||
public string Description { get; set; } = string.Empty;
|
||||
|
||||
public ICollection<Template> Templates { get; set; } = new HashSet<Template>();
|
||||
public ICollection<RobotConfiguration> RobotConfigurations { get; set; } = new HashSet<RobotConfiguration>();
|
||||
|
||||
public ICollection<RobotHistory> RobotHistories { get; set; } = new HashSet<RobotHistory>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user