รวม code ที่แก้ไขทั้งหมดในทุกจุด
This commit is contained in:
@@ -79,11 +79,11 @@ namespace TodoAPI2.Models
|
||||
{
|
||||
if(s=="Y")
|
||||
{
|
||||
return "ส่งแบบประเมินแล้ว ";
|
||||
return "ส่งแบบประเมินแล้ว <br/>";
|
||||
}
|
||||
else if (s == "N")
|
||||
{
|
||||
return "ตีกลับ ";
|
||||
return "ตีกลับ <br/>";
|
||||
}
|
||||
}
|
||||
return " ";
|
||||
|
||||
Reference in New Issue
Block a user