api ค้นหาผู้เกี่ยวข้องคำสั่ง

This commit is contained in:
DESKTOP-2S5P7D1\Windows 10 2023-09-05 20:24:15 +07:00
parent e7c71b2e15
commit fa8dfc51e4
4 changed files with 68 additions and 3 deletions

View file

@ -110,6 +110,7 @@
#region " Command "
public static readonly string CommandNotFound = "ไม่พบรายการคำสั่งนี้ในระบบ โปรดตรวจความถูกต้อง";
public static readonly string CommandTypeNotFound = "ไม่พบรายการประเภทคำสั่งนี้ในระบบ โปรดตรวจความถูกต้อง";
public static readonly string MethodForCommandTypeNotImplement = "Method for this command type not implement!";