created GetListOfContact custome function

This commit is contained in:
Pramod Mahajan 2025-05-15 11:06:46 +05:30 committed by ashutosh.nehete
parent 25c91a64ad
commit 94305f34ed

View File

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