fix : ต่อ API ระยยลา

This commit is contained in:
Suphonchai Phoonsawat 2024-05-30 09:32:34 +07:00
parent 66d491a2af
commit be1c390bb8
10 changed files with 142 additions and 54 deletions

View file

@ -2,7 +2,7 @@
{
public class SearchProfileResultDto
{
public string Messsage { get; set; } = string.Empty;
public string Message { get; set; } = string.Empty;
public int Status { get; set; } = -1;