ใส่ตำแหน่งว่า จะทำ noti ตรงไหน

This commit is contained in:
Nakorn Rientrakrunchai
2020-08-30 12:01:43 +07:00
parent 2df3962e59
commit b5d58656bb

View File

@@ -160,6 +160,8 @@ namespace TodoAPI2.Models
where k.id == existingEntity.create_evaluation_id
select k).FirstOrDefault();
// Do notification here
if (existingEntity != null)
{
existingEntity.create_evaluation_id = model.create_evaluation_id;