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