created GetListOfContact custome function

This commit is contained in:
Pramod Mahajan 2025-05-15 11:06:46 +05:30 committed by ashutosh.nehete
parent c25a7c4b9c
commit e3e19a938a

View File

@ -787,4 +787,4 @@ namespace Marco.Pms.Services.Helpers
return ApiResponse<object>.ErrorResponse("User Send empty Payload", "User Send empty Payload", 400);
}
}
}
}