Ejemplo n.º 1
0
def getCustomerN(N):
    """
    Get customer at given position.
    """
    return identitycache.FromCache(contactsdb.customer(N))
Ejemplo n.º 2
0
def getCustomerID(N):
    """
    Get customer ID at given position.
    """
    return contactsdb.customer(N)