Example #1
0
 def profile(self, image):
     Checker.profile(image)
     self.__barber.barber_profile = image
     self.__barber.save()
Example #2
0
 def profile(self, image):
     Checker.profile(image)
     self.__customer.cus_profile = image
     self.__customer.save()