Ejemplo n.º 1
0
 def get(self):
     ''' Get all students '''
     response, code = StudentService.get_all_students()
     return response, code
Ejemplo n.º 2
0
 def get(self):
     response, code = StudentService.get_all_students()
     return response, code