|
@@ -457,7 +457,7 @@ namespace OnlineMetodist.API.Controllers
|
|
|
|
|
|
try
|
|
|
{
|
|
|
- FormOfWork form = await _context.FormsOfWorks.FirstAsync(x => x.Name == "Стажировка");
|
|
|
+ FormOfWork form = await _context.FormsOfWorks.FirstAsync(x => x.Name == "Публикация");
|
|
|
ApplicationUser applicationUser = await _userManager.Users
|
|
|
.Include(x => x.Employee)
|
|
|
.FirstAsync(x => x.UserName == User.Identity.Name);
|