created GetListOfContact custome function

This commit is contained in:
Pramod Mahajan 2025-05-15 11:06:46 +05:30 committed by ashutosh.nehete
parent 542701f342
commit 1f2cc2b2e6

View File

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