Esempio n. 1
0
 def add(self, toAdd):
     addFactory.addFactory().add(create_table.Sellings, str(toAdd))
Esempio n. 2
0
 def add(self, toAdd):
     addFactory.addFactory().add(create_table.Vendors, str(toAdd))
 def add(self, toAdd):
     addFactory.addFactory().add(create_table.Expenses, str(toAdd))
 def add(self, toAdd):
     addFactory.addFactory().add(create_table.Medicines, str(toAdd))
 def add(self, toAdd):
     temp = toAdd
     addFactory.addFactory().add(create_table.Users, str(toAdd))
Esempio n. 6
0
 def add(self, toAdd):
     temp = toAdd
     addFactory.addFactory().add(create_table.Notifications, str(toAdd))