Модели Apps, Scheduler
This commit is contained in:
@@ -21,7 +21,7 @@ namespace PARR.DAL.Models
|
||||
public Guid JobCategoryId { get; set; }
|
||||
[ForeignKey(nameof(JobCategoryId))]
|
||||
public JobCategory? JobCategorye { get; set; }
|
||||
|
||||
|
||||
public Guid JobTypeId { get; set; }
|
||||
[ForeignKey(nameof(JobTypeId))]
|
||||
public JobType? JobType { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user