Esempio n. 1
0
  def __init__(self):
    Controler.__init__(self)

    self.__sql = core.Sql()    

    self._brand = Brand()
    self._product = Product()
Esempio n. 2
0
 def __init__(self):
     Controler.__init__(self)
Esempio n. 3
0
 def __init__(self):
   Controler.__init__(self)
   self._brand = Brand()