Skip to content

Commit

Permalink
Update SeedDatabase.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Stoev authored Feb 17, 2020
1 parent e385cf7 commit e27a535
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions AJS.Web/Infrastructure/Extensions/SeedDatabase.cs
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,10 @@ private static void SeedJobCategory(AJSDbContext db)

new JobCategoryTranslation
{
JobCategoryTranslationId = Guid.NewGuid().ToString(),
CategoryId = secondSubCategoryId,
Language = JobCategoryLanguage.en,
Translation = $"Service Category {i}"
JobCategoryTranslationId = Guid.NewGuid().ToString(),
CategoryId = secondSubCategoryId,
Language = JobCategoryLanguage.en,
Translation = $"Service Category {i}"
}
}
},
Expand Down

0 comments on commit e27a535

Please sign in to comment.