created GetListOfContact custome function

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

View File

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