예제 #1
0
def get_user_info_for_shard(user_id, shard_id):
    """Get the UserInfo dao (read only) for the user_id, shard_id."""
    gw = SystemGateway()
    return gw.get_user_info(user_id, shard_id)
예제 #2
0
def get_user_info_for_shard(user_id, shard_id):
    """Get the UserInfo dao (read only) for the user_id, shard_id."""
    gw = SystemGateway()
    return gw.get_user_info(user_id, shard_id)