ใส่ตำแหน่งว่า จะทำ noti ตรงไหน
This commit is contained in:
@@ -160,6 +160,8 @@ namespace TodoAPI2.Models
|
|||||||
where k.id == existingEntity.create_evaluation_id
|
where k.id == existingEntity.create_evaluation_id
|
||||||
select k).FirstOrDefault();
|
select k).FirstOrDefault();
|
||||||
|
|
||||||
|
// Do notification here
|
||||||
|
|
||||||
if (existingEntity != null)
|
if (existingEntity != null)
|
||||||
{
|
{
|
||||||
existingEntity.create_evaluation_id = model.create_evaluation_id;
|
existingEntity.create_evaluation_id = model.create_evaluation_id;
|
||||||
|
|||||||
Reference in New Issue
Block a user