เพิ่ม api แสดงข้อมูลเงินเดือนที่บันทึกในระบบสรรหา

This commit is contained in:
Suphonchai Phoonsawat 2023-08-07 14:57:23 +07:00
parent f80c1ca295
commit 72c53c2e42
6 changed files with 236 additions and 67 deletions

View file

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