Esempio n. 1
0
 def find_by_id(cls, client_id):
     ''' Find a client by his key id '''
     return ClientEntity.get_by_id(client_id)