comments ...
This commit is contained in:
parent
fdf5ee915e
commit
710c04d5f9
6 changed files with 32 additions and 17 deletions
|
|
@ -118,7 +118,7 @@ namespace Yavsc.Controllers
|
|||
_context.Comment.Add(c);
|
||||
try
|
||||
{
|
||||
await _context.SaveChangesAsync(User.GetUserId());
|
||||
await _context.SaveChangesAsync(uid);
|
||||
}
|
||||
catch (DbUpdateException)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue