refactor(dal,api,templateMatcher,templateGenerator,templateActivator): Немного порядка в namespaceах
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using PARR.Domain.Entities.Base;
|
||||
using PARR.Domain.Entities.JobEntities;
|
||||
using System.ComponentModel.DataAnnotations;
|
||||
using System.ComponentModel.DataAnnotations.Schema;
|
||||
|
||||
@@ -30,6 +31,6 @@ namespace PARR.Domain.Entities
|
||||
public Subprocess? Subprocess { get; set; }
|
||||
|
||||
|
||||
public ICollection<Job.Job> Jobs { get; set; } = new HashSet<Job.Job>();
|
||||
public ICollection<Job> Jobs { get; set; } = new HashSet<Job>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user