diff --git a/Sevomin.WebFrontend/Views/God/Index.cshtml b/Sevomin.WebFrontend/Views/God/Index.cshtml index 1ac83e0..338fb0d 100644 --- a/Sevomin.WebFrontend/Views/God/Index.cshtml +++ b/Sevomin.WebFrontend/Views/God/Index.cshtml @@ -120,7 +120,7 @@

اعلام آمادگی های فرصت های شغلی

- @foreach (Sevomin.Models.Avalin avalin in Sevomin.Models.SevominDbContext.Current.Users.OfType().ToList()) + @foreach (Sevomin.Models.Avalin avalin in Sevomin.Models.SevominDbContext.Current.Users.OfType().ToList().OrderByDescending(p => p.CreateDate) { if (avalin.Jobs.Count == 0) { continue; } diff --git a/Sevomin.WebFrontend/Web.config b/Sevomin.WebFrontend/Web.config index c8375d6..a173c31 100644 --- a/Sevomin.WebFrontend/Web.config +++ b/Sevomin.WebFrontend/Web.config @@ -15,7 +15,7 @@ - +